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:



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