Class: Aws::Types::DeleteWorkGroupInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#recursive_delete_optionBoolean

Returns the value of attribute recursive_delete_option.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def work_group
  @work_group
end