Class: Aws::Types::ResourceConstraints
- Inherits:
-
Object
- Object
- Aws::Types::ResourceConstraints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ Types::AllowedValuesConstraint
Returns the value of attribute name.
-
#weight ⇒ Types::IntegerRangeConstraint
Returns the value of attribute weight.
Instance Attribute Details
#name ⇒ Types::AllowedValuesConstraint
Returns the value of attribute name.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def name @name end |
#weight ⇒ Types::IntegerRangeConstraint
Returns the value of attribute weight.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def weight @weight end |