Class: Aws::Types::UpdateSizeConstraintSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSizeConstraintSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#size_constraint_set_id ⇒ ::String
Returns the value of attribute size_constraint_set_id.
-
#updates ⇒ ::Array[Types::SizeConstraintSetUpdate]
Returns the value of attribute updates.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def change_token @change_token end |
#size_constraint_set_id ⇒ ::String
Returns the value of attribute size_constraint_set_id.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def size_constraint_set_id @size_constraint_set_id end |
#updates ⇒ ::Array[Types::SizeConstraintSetUpdate]
Returns the value of attribute updates.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def updates @updates end |