Class: Aws::SavingsPlans::Types::DescribeSavingsPlansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::DescribeSavingsPlansResponse
- 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.
-
#savings_plans ⇒ Array<Types::SavingsPlan>
Information about the Savings Plans.
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.
361 362 363 364 365 366 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 361 class DescribeSavingsPlansResponse < Struct.new( :savings_plans, :next_token) SENSITIVE = [] include Aws::Structure end |
#savings_plans ⇒ Array<Types::SavingsPlan>
Information about the Savings Plans.
361 362 363 364 365 366 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 361 class DescribeSavingsPlansResponse < Struct.new( :savings_plans, :next_token) SENSITIVE = [] include Aws::Structure end |