Class: Aws::SavingsPlans::Types::DescribeSavingsPlanRatesResponse

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)


132
133
134
135
136
137
138
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 132

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

#savings_plan_idString

The ID of the Savings Plan.

Returns:

  • (String)


132
133
134
135
136
137
138
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 132

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

#search_resultsArray<Types::SavingsPlanRate>

Information about the Savings Plan rates.

Returns:



132
133
134
135
136
137
138
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 132

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