Class: Aws::Athena::Types::GetWorkGroupOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#work_groupTypes::WorkGroup

Information about the workgroup.

Returns:



1893
1894
1895
1896
1897
# File 'lib/aws-sdk-athena/types.rb', line 1893

class GetWorkGroupOutput < Struct.new(
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end