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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#format_versionString

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

Returns:

  • (String)


294
295
296
297
298
299
300
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 294

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

#next_tokenString

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

Returns:

  • (String)


294
295
296
297
298
299
300
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 294

class GetProductsResponse < Struct.new(
  :format_version,
  :price_list,
  :next_token)
  SENSITIVE = []
  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>)


294
295
296
297
298
299
300
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 294

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