Class: Aws::Types::CreateSizeConstraintSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSizeConstraintSetResponse
- 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 ⇒ Types::SizeConstraintSet
Returns the value of attribute size_constraint_set.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
160 161 162 |
# File 'sig/types.rbs', line 160 def change_token @change_token end |
#size_constraint_set ⇒ Types::SizeConstraintSet
Returns the value of attribute size_constraint_set.
159 160 161 |
# File 'sig/types.rbs', line 159 def size_constraint_set @size_constraint_set end |