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.
2072 2073 2074 2075 2076 |
# File 'lib/aws-sdk-athena/types.rb', line 2072 class GetWorkGroupInput < Struct.new( :work_group) SENSITIVE = [] include Aws::Structure end |