Class: Aws::Pricing::Types::GetProductsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pricing/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#format_versionString

The format version of the response. For example, aws_v1.

Returns:

  • (String)


265
266
267
268
269
270
# File 'lib/aws-sdk-pricing/types.rb', line 265

class GetProductsResponse < Struct.new(
  :format_version,
  :price_list,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


265
266
267
268
269
270
# File 'lib/aws-sdk-pricing/types.rb', line 265

class GetProductsResponse < Struct.new(
  :format_version,
  :price_list,
  :next_token)
  include Aws::Structure
end

#price_listArray<String>

The list of products that match your filters. The list contains both the product metadata and the price information.

Returns:

  • (Array<String>)


265
266
267
268
269
270
# File 'lib/aws-sdk-pricing/types.rb', line 265

class GetProductsResponse < Struct.new(
  :format_version,
  :price_list,
  :next_token)
  include Aws::Structure
end