Class: Aws::Types::DeleteWorkGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteWorkGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recursive_delete_option ⇒ Boolean
Returns the value of attribute recursive_delete_option.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#recursive_delete_option ⇒ Boolean
Returns the value of attribute recursive_delete_option.
339 340 341 |
# File 'sig/types.rbs', line 339 def recursive_delete_option @recursive_delete_option end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
338 339 340 |
# File 'sig/types.rbs', line 338 def work_group @work_group end |