Class: Aws::SavingsPlans::Types::DescribeSavingsPlanRatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::DescribeSavingsPlanRatesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-savingsplans/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::SavingsPlanRateFilter>
The filters.
-
#max_results ⇒ Integer
The maximum number of results to return with a single call.
-
#next_token ⇒ String
The token for the next page of results.
-
#savings_plan_id ⇒ String
The ID of the Savings Plan.
Instance Attribute Details
#filters ⇒ Array<Types::SavingsPlanRateFilter>
The filters.
108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 108 class DescribeSavingsPlanRatesRequest < Struct.new( :savings_plan_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.
108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 108 class DescribeSavingsPlanRatesRequest < Struct.new( :savings_plan_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 108 class DescribeSavingsPlanRatesRequest < Struct.new( :savings_plan_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#savings_plan_id ⇒ String
The ID of the Savings Plan.
108 109 110 111 112 113 114 115 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 108 class DescribeSavingsPlanRatesRequest < Struct.new( :savings_plan_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |