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.
750 751 752 |
# File 'sig/types.rbs', line 750 def quote_constraint_type @quote_constraint_type end |
#value ⇒ ::String
Returns the value of attribute value.
751 752 753 |
# File 'sig/types.rbs', line 751 def value @value end |