Class: Aws::Types::SizeConstraintSetUpdate
- Inherits:
-
Object
- Object
- Aws::Types::SizeConstraintSetUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
-
#size_constraint ⇒ Types::SizeConstraint
Returns the value of attribute size_constraint.
Instance Attribute Details
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
977 978 979 |
# File 'sig/types.rbs', line 977 def action @action end |
#size_constraint ⇒ Types::SizeConstraint
Returns the value of attribute size_constraint.
978 979 980 |
# File 'sig/types.rbs', line 978 def size_constraint @size_constraint end |