aws.savingsplans.describe_savings_plan_rates
Example SQL Queries
SELECT * FROMaws.savingsplans.describe_savings_plan_ratesWHERE"savings_plan_id" = 'VALUE';Description
Describes the rates for the specified Savings Plan.
Table Definition
| Column Name | Column Data Type |
|---|---|
| savings_plan_id Required Input Column The ID of the Savings Plan. | VARCHAR |
| filters Input Column The filters. | STRUCT( |
Show child fields
| |
| max_results Input Column The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value. | BIGINT |
| next_token Input Column The token to use to retrieve the next page of results. This value is null when there are no more results to return. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| search_results Information about the Savings Plan rates. | STRUCT( |
Show child fields
| |