Class: Aws::Athena::Types::DeleteWorkGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::DeleteWorkGroupInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recursive_delete_option ⇒ Boolean
The option to delete the workgroup and its contents even if the workgroup contains any named queries, query executions, or notebooks.
-
#work_group ⇒ String
The unique name of the workgroup to delete.
Instance Attribute Details
#recursive_delete_option ⇒ Boolean
The option to delete the workgroup and its contents even if the workgroup contains any named queries, query executions, or notebooks.
1144 1145 1146 1147 1148 1149 |
# File 'lib/aws-sdk-athena/types.rb', line 1144 class DeleteWorkGroupInput < Struct.new( :work_group, :recursive_delete_option) SENSITIVE = [] include Aws::Structure end |
#work_group ⇒ String
The unique name of the workgroup to delete.
1144 1145 1146 1147 1148 1149 |
# File 'lib/aws-sdk-athena/types.rb', line 1144 class DeleteWorkGroupInput < Struct.new( :work_group, :recursive_delete_option) SENSITIVE = [] include Aws::Structure end |