Class: Aws::SavingsPlans::Types::DescribeSavingsPlansOfferingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::DescribeSavingsPlansOfferingsResponse
- 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::SavingsPlanOffering>
Information about the Savings Plans offerings.
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.
304 305 306 307 308 309 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 304 class DescribeSavingsPlansOfferingsResponse < Struct.new( :search_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#search_results ⇒ Array<Types::SavingsPlanOffering>
Information about the Savings Plans offerings.
304 305 306 307 308 309 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 304 class DescribeSavingsPlansOfferingsResponse < Struct.new( :search_results, :next_token) SENSITIVE = [] include Aws::Structure end |