Class: Aws::Types::DeleteSizeConstraintSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSizeConstraintSetRequest
- 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.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
321 322 323 |
# File 'sig/types.rbs', line 321 def change_token @change_token end |
#size_constraint_set_id ⇒ ::String
Returns the value of attribute size_constraint_set_id.
320 321 322 |
# File 'sig/types.rbs', line 320 def size_constraint_set_id @size_constraint_set_id end |