Class: Aws::Types::Constraints
- Inherits:
-
Object
- Object
- Aws::Types::Constraints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#multiple_dimension_selection ⇒ "Allowed", "Disallowed"
Returns the value of attribute multiple_dimension_selection.
-
#quantity_configuration ⇒ "Allowed", "Disallowed"
Returns the value of attribute quantity_configuration.
Instance Attribute Details
#multiple_dimension_selection ⇒ "Allowed", "Disallowed"
Returns the value of attribute multiple_dimension_selection.
96 97 98 |
# File 'sig/types.rbs', line 96 def multiple_dimension_selection @multiple_dimension_selection end |
#quantity_configuration ⇒ "Allowed", "Disallowed"
Returns the value of attribute quantity_configuration.
97 98 99 |
# File 'sig/types.rbs', line 97 def quantity_configuration @quantity_configuration end |