Class: Aws::SavingsPlans::Types::DescribeSavingsPlansOfferingRatesResponse

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

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


211
212
213
214
215
216
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 211

class DescribeSavingsPlansOfferingRatesResponse < Struct.new(
  :search_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#search_resultsArray<Types::SavingsPlanOfferingRate>

Information about the Savings Plans offering rates.

Returns:



211
212
213
214
215
216
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 211

class DescribeSavingsPlansOfferingRatesResponse < Struct.new(
  :search_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end