Class: Aws::SavingsPlans::Types::DescribeSavingsPlansRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SavingsPlans::Types::DescribeSavingsPlansRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-savingsplans/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::SavingsPlanFilter>
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_arns ⇒ Array<String>
The Amazon Resource Names (ARN) of the Savings Plans.
-
#savings_plan_ids ⇒ Array<String>
The IDs of the Savings Plans.
-
#states ⇒ Array<String>
The current states of the Savings Plans.
Instance Attribute Details
#filters ⇒ Array<Types::SavingsPlanFilter>
The filters.
339 340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 339 class DescribeSavingsPlansRequest < Struct.new( :savings_plan_arns, :savings_plan_ids, :next_token, :max_results, :states, :filters) 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.
339 340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 339 class DescribeSavingsPlansRequest < Struct.new( :savings_plan_arns, :savings_plan_ids, :next_token, :max_results, :states, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next page of results.
339 340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 339 class DescribeSavingsPlansRequest < Struct.new( :savings_plan_arns, :savings_plan_ids, :next_token, :max_results, :states, :filters) SENSITIVE = [] include Aws::Structure end |
#savings_plan_arns ⇒ Array<String>
The Amazon Resource Names (ARN) of the Savings Plans.
339 340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 339 class DescribeSavingsPlansRequest < Struct.new( :savings_plan_arns, :savings_plan_ids, :next_token, :max_results, :states, :filters) SENSITIVE = [] include Aws::Structure end |
#savings_plan_ids ⇒ Array<String>
The IDs of the Savings Plans.
339 340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 339 class DescribeSavingsPlansRequest < Struct.new( :savings_plan_arns, :savings_plan_ids, :next_token, :max_results, :states, :filters) SENSITIVE = [] include Aws::Structure end |
#states ⇒ Array<String>
The current states of the Savings Plans.
339 340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-savingsplans/types.rb', line 339 class DescribeSavingsPlansRequest < Struct.new( :savings_plan_arns, :savings_plan_ids, :next_token, :max_results, :states, :filters) SENSITIVE = [] include Aws::Structure end |