Class: Aws::SavingsPlans::Types::DescribeSavingsPlansOfferingsResponse

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)


304
305
306
307
308
309
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 304

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

#search_resultsArray<Types::SavingsPlanOffering>

Information about the Savings Plans offerings.

Returns:



304
305
306
307
308
309
# File 'gems/aws-sdk-savingsplans/lib/aws-sdk-savingsplans/types.rb', line 304

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