describe_bills
Query consumption summary for all product instances or billing items within a specific billing period using billing cycle, instance ID, and item dimension filters.
Instructions
Query the consumption summary of all product instances or billing items for a user within a specific billing period.
Args:
billing_cycles: bill cycle YYYY-MM, e.g. 2020-03
db_instance_id: DB instance id (e.g., "rm-xxx")
is_billing_item: Whether to pull data according to the billing item dimension.
Returns:
str: billing information.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| billing_cycles | Yes | ||
| db_instance_id | No | ||
| is_billing_item | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||