Class: Aws::SavingsPlans::Types::DescribeSavingsPlanRatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::DescribeSavingsPlanRatesResponse
- Defined in:
- gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#savings_plan_id ⇒ String
The ID of the Savings Plan.
-
#search_results ⇒ Array<Types::SavingsPlanRate>
Information about the Savings Plans rates.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 167 class DescribeSavingsPlanRatesResponse < Struct.new( :savings_plan_id, :search_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#savings_plan_id ⇒ String
The ID of the Savings Plan.
167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 167 class DescribeSavingsPlanRatesResponse < Struct.new( :savings_plan_id, :search_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#search_results ⇒ Array<Types::SavingsPlanRate>
Information about the Savings Plans rates.
167 168 169 170 171 172 173 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 167 class DescribeSavingsPlanRatesResponse < Struct.new( :savings_plan_id, :search_results, :next_token) SENSITIVE = [] include Aws::Structure end |