Class: Aws::MarketplaceAgreement::Types::Constraints

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#multiple_dimension_selectionString

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`.

Returns:

  • (String)


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_configurationString

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`.

Returns:

  • (String)


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