Class: Aws::SavingsPlans::Types::DescribeSavingsPlanRatesRequest

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::SavingsPlanRateFilter>

The filters.

Returns:



108
109
110
111
112
113
114
115
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 108

class DescribeSavingsPlanRatesRequest < Struct.new(
  :savings_plan_id,
  :filters,
  :next_token,
  :max_results)
  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)


108
109
110
111
112
113
114
115
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 108

class DescribeSavingsPlanRatesRequest < Struct.new(
  :savings_plan_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


108
109
110
111
112
113
114
115
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 108

class DescribeSavingsPlanRatesRequest < Struct.new(
  :savings_plan_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#savings_plan_idString

The ID of the Savings Plan.

Returns:

  • (String)


108
109
110
111
112
113
114
115
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 108

class DescribeSavingsPlanRatesRequest < Struct.new(
  :savings_plan_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end