Class: Aws::MarketplaceAgreement::Types::Constraints
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::Constraints
- Defined in:
- gems/aws-sdk-marketplaceagreement/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.
1156 1157 1158 1159 1160 1161 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1156 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.
1156 1157 1158 1159 1160 1161 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/types.rb', line 1156 class Constraints < Struct.new( :multiple_dimension_selection, :quantity_configuration) SENSITIVE = [] include Aws::Structure end |