Class: Aws::MarketplaceDiscovery::Types::Constraints
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::Constraints
- 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
-
#multiple_dimension_selection ⇒ String
Whether the buyer can select multiple dimensions.
-
#quantity_configuration ⇒ String
Whether the buyer can configure quantities.
Instance Attribute Details
#multiple_dimension_selection ⇒ String
Whether the buyer can select multiple dimensions. Values are
Allowed or Disallowed.
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_configuration ⇒ String
Whether the buyer can configure quantities. Values are Allowed or
Disallowed.
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 |