Class: Aws::Athena::Types::GetWorkGroupOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetWorkGroupOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#work_group ⇒ Types::WorkGroup
Information about the workgroup.
Instance Attribute Details
#work_group ⇒ Types::WorkGroup
Information about the workgroup.
2242 2243 2244 2245 2246 |
# File 'lib/aws-sdk-athena/types.rb', line 2242 class GetWorkGroupOutput < Struct.new( :work_group) SENSITIVE = [] include Aws::Structure end |