You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Athena::Types::DeleteWorkGroupInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteWorkGroupInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  work_group: "WorkGroupName", # required
  recursive_delete_option: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#recursive_delete_optionBoolean

The option to delete the workgroup and its contents even if the workgroup contains any named queries.

Returns:

  • (Boolean)

    The option to delete the workgroup and its contents even if the workgroup contains any named queries.

#work_groupString

The unique name of the workgroup to delete.

Returns:

  • (String)

    The unique name of the workgroup to delete.