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.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def name @name end |
#weight ⇒ Types::IntegerRangeConstraint
Returns the value of attribute weight.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def weight @weight end |