Class: Aws::Athena::Types::GetWorkGroupInput

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_groupString

The name of the workgroup.

Returns:

  • (String)


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