Class: Aws::Types::SizeConstraintSet
- Inherits:
-
Object
- Object
- Aws::Types::SizeConstraintSet
- 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.
-
#size_constraints ⇒ ::Array[Types::SizeConstraint]
Returns the value of attribute size_constraints.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
965 966 967 |
# File 'sig/types.rbs', line 965 def name @name end |
#size_constraint_set_id ⇒ ::String
Returns the value of attribute size_constraint_set_id.
964 965 966 |
# File 'sig/types.rbs', line 964 def size_constraint_set_id @size_constraint_set_id end |
#size_constraints ⇒ ::Array[Types::SizeConstraint]
Returns the value of attribute size_constraints.
966 967 968 |
# File 'sig/types.rbs', line 966 def size_constraints @size_constraints end |