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

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

Overview

Note:

When making an API call, you may pass GetWorkGroupInput data as a hash:

{
  work_group: "WorkGroupName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#work_groupString

The name of the workgroup.

Returns:

  • (String)


500
501
502
503
# File 'lib/aws-sdk-athena/types.rb', line 500

class GetWorkGroupInput < Struct.new(
  :work_group)
  include Aws::Structure
end