Class: Aws::SavingsPlans::Types::DescribeSavingsPlansOfferingRatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::DescribeSavingsPlansOfferingRatesResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
-
#search_results ⇒ Array<Types::SavingsPlanOfferingRate>
Information about the Savings Plans offering 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.
211 212 213 214 215 216 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 211 class DescribeSavingsPlansOfferingRatesResponse < Struct.new( :search_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#search_results ⇒ Array<Types::SavingsPlanOfferingRate>
Information about the Savings Plans offering rates.
211 212 213 214 215 216 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 211 class DescribeSavingsPlansOfferingRatesResponse < Struct.new( :search_results, :next_token) SENSITIVE = [] include Aws::Structure end |