Class: Aws::Types::QuoteConstraint
- Inherits:
-
Object
- Object
- Aws::Types::QuoteConstraint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#quote_constraint_type ⇒ "RACK_MAXIMUM", ...
Returns the value of attribute quote_constraint_type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#quote_constraint_type ⇒ "RACK_MAXIMUM", ...
Returns the value of attribute quote_constraint_type.
717 718 719 |
# File 'sig/types.rbs', line 717 def quote_constraint_type @quote_constraint_type end |
#value ⇒ ::String
Returns the value of attribute value.
718 719 720 |
# File 'sig/types.rbs', line 718 def value @value end |