Class: Aws::MarketplaceAgreement::Types::Constraints
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::Constraints
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplaceagreement/types.rb
Overview
Defines limits on how the term can be configured by acceptors.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#multiple_dimension_selection ⇒ String
Determines if buyers are allowed to select multiple dimensions in the rate card.
-
#quantity_configuration ⇒ String
Determines if acceptors are allowed to configure quantity for each dimension in rate card.
Instance Attribute Details
#multiple_dimension_selection ⇒ String
Determines if buyers are allowed to select multiple dimensions in the rate card. The possible values are ‘Allowed` and `Disallowed`. The default value is `Allowed`.
323 324 325 326 327 328 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 323 class Constraints < Struct.new( :multiple_dimension_selection, :quantity_configuration) SENSITIVE = [] include Aws::Structure end |
#quantity_configuration ⇒ String
Determines if acceptors are allowed to configure quantity for each dimension in rate card. The possible values are ‘Allowed` and `Disallowed`. The default value is `Allowed`.
323 324 325 326 327 328 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 323 class Constraints < Struct.new( :multiple_dimension_selection, :quantity_configuration) SENSITIVE = [] include Aws::Structure end |