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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/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)


1901
1902
1903
1904
1905
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1901

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