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.
330 331 332 |
# File 'sig/types.rbs', line 330 def change_token @change_token end |
#size_constraint_set_id ⇒ ::String
Returns the value of attribute size_constraint_set_id.
329 330 331 |
# File 'sig/types.rbs', line 329 def size_constraint_set_id @size_constraint_set_id end |