Class: Aws::Athena::Types::DeleteWorkGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::DeleteWorkGroupInput
- Defined in:
- gems/aws-sdk-athena/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 or query executions.
-
#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 or query executions.
960 961 962 963 964 965 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 960 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.
960 961 962 963 964 965 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 960 class DeleteWorkGroupInput < Struct.new( :work_group, :recursive_delete_option) SENSITIVE = [] include Aws::Structure end |