Class: Aws::Types::SizeConstraintSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::SizeConstraintSetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#size_constraint_set_id ⇒ ::String
Returns the value of attribute size_constraint_set_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def name @name end |
#size_constraint_set_id ⇒ ::String
Returns the value of attribute size_constraint_set_id.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def size_constraint_set_id @size_constraint_set_id end |