Class: Aws::SavingsPlans::Types::DescribeSavingsPlansRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::SavingsPlanFilter>

The filters.

Returns:



339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-savingsplans/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_resultsInteger

The maximum number of results to return with a single call. To retrieve additional results, make another call with the returned token value.

Returns:

  • (Integer)


339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-savingsplans/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_tokenString

The token for the next page of results.

Returns:

  • (String)


339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-savingsplans/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_arnsArray<String>

The Amazon Resource Names (ARN) of the Savings Plans.

Returns:

  • (Array<String>)


339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-savingsplans/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_idsArray<String>

The IDs of the Savings Plans.

Returns:

  • (Array<String>)


339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-savingsplans/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

#statesArray<String>

The current states of the Savings Plans.

Returns:

  • (Array<String>)


339
340
341
342
343
344
345
346
347
348
# File 'gems/aws-sdk-savingsplans/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