Class: Aws::Athena::Types::GetWorkGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetWorkGroupInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#work_group ⇒ String
The name of the workgroup.
Instance Attribute Details
#work_group ⇒ String
The name of the workgroup.
1903 1904 1905 1906 1907 |
# File 'lib/aws-sdk-athena/types.rb', line 1903 class GetWorkGroupInput < Struct.new( :work_group) SENSITIVE = [] include Aws::Structure end |