Class: Aws::Athena::Types::UpdateWorkGroupInput

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

#configuration_updatesTypes::WorkGroupConfigurationUpdates

Contains configuration updates for an Athena SQL workgroup.



5080
5081
5082
5083
5084
5085
5086
5087
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 5080

class UpdateWorkGroupInput < Struct.new(
  :work_group,
  :description,
  :configuration_updates,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The workgroup description.

Returns:

  • (String)


5080
5081
5082
5083
5084
5085
5086
5087
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 5080

class UpdateWorkGroupInput < Struct.new(
  :work_group,
  :description,
  :configuration_updates,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The workgroup state that will be updated for the given workgroup.

Returns:

  • (String)


5080
5081
5082
5083
5084
5085
5086
5087
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 5080

class UpdateWorkGroupInput < Struct.new(
  :work_group,
  :description,
  :configuration_updates,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#work_groupString

The specified workgroup that will be updated.

Returns:

  • (String)


5080
5081
5082
5083
5084
5085
5086
5087
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 5080

class UpdateWorkGroupInput < Struct.new(
  :work_group,
  :description,
  :configuration_updates,
  :state)
  SENSITIVE = []
  include Aws::Structure
end