Class: Aws::Pricing::Types::GetProductsRequest

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

#filtersArray<Types::Filter>

The list of filters that limit the returned products. only products that match all filters are returned.

Returns:



268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 268

class GetProductsRequest < Struct.new(
  :service_code,
  :filters,
  :format_version,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#format_versionString

The format version that you want the response to be in.

Valid values are: aws_v1

Returns:

  • (String)


268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 268

class GetProductsRequest < Struct.new(
  :service_code,
  :filters,
  :format_version,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in the response.

Returns:

  • (Integer)


268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 268

class GetProductsRequest < Struct.new(
  :service_code,
  :filters,
  :format_version,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 268

class GetProductsRequest < Struct.new(
  :service_code,
  :filters,
  :format_version,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

The code for the service whose products you want to retrieve.

Returns:

  • (String)


268
269
270
271
272
273
274
275
276
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 268

class GetProductsRequest < Struct.new(
  :service_code,
  :filters,
  :format_version,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end