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.
2098 2099 2100 2101 2102 |
# File 'lib/aws-sdk-athena/types.rb', line 2098 class GetWorkGroupInput < Struct.new( :work_group) SENSITIVE = [] include Aws::Structure end |