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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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, query executions, or notebooks.

Returns:

  • (Boolean)


1142
1143
1144
1145
1146
1147
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1142

class DeleteWorkGroupInput < Struct.new(
  :work_group,
  :recursive_delete_option)
  SENSITIVE = []
  include Aws::Structure
end

#work_groupString

The unique name of the workgroup to delete.

Returns:

  • (String)


1142
1143
1144
1145
1146
1147
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1142

class DeleteWorkGroupInput < Struct.new(
  :work_group,
  :recursive_delete_option)
  SENSITIVE = []
  include Aws::Structure
end