Class: Aws::Types::DeleteWarmPoolType
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWarmPoolType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
412 413 414 |
# File 'sig/types.rbs', line 412 def auto_scaling_group_name @auto_scaling_group_name end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
413 414 415 |
# File 'sig/types.rbs', line 413 def force_delete @force_delete end |