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.
131 132 133 134 135 136 137 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 131 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.
131 132 133 134 135 136 137 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 131 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.
131 132 133 134 135 136 137 |
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 131 class DescribeSavingsPlanRatesResponse < Struct.new( :savings_plan_id, :search_results, :next_token) SENSITIVE = [] include Aws::Structure end |