Class: Aws::MarketplaceDiscovery::Types::Constraints

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

Overview

Constraints that control how a buyer can configure a rate card.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#multiple_dimension_selectionString

Whether the buyer can select multiple dimensions. Values are Allowed or Disallowed.

Returns:

  • (String)


337
338
339
340
341
342
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 337

class Constraints < Struct.new(
  :multiple_dimension_selection,
  :quantity_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#quantity_configurationString

Whether the buyer can configure quantities. Values are Allowed or Disallowed.

Returns:

  • (String)


337
338
339
340
341
342
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 337

class Constraints < Struct.new(
  :multiple_dimension_selection,
  :quantity_configuration)
  SENSITIVE = []
  include Aws::Structure
end