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.
1915 1916 1917 1918 1919 |
# File 'lib/aws-sdk-athena/types.rb', line 1915 class GetWorkGroupOutput < Struct.new( :work_group) SENSITIVE = [] include Aws::Structure end |