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

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

#configuration_updatesTypes::WorkGroupConfigurationUpdates

Contains configuration updates for an Athena SQL workgroup.



5316
5317
5318
5319
5320
5321
5322
5323
# File 'lib/aws-sdk-athena/types.rb', line 5316

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

#descriptionString

The workgroup description.



5316
5317
5318
5319
5320
5321
5322
5323
# File 'lib/aws-sdk-athena/types.rb', line 5316

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.



5316
5317
5318
5319
5320
5321
5322
5323
# File 'lib/aws-sdk-athena/types.rb', line 5316

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

#work_groupString

The specified workgroup that will be updated.



5316
5317
5318
5319
5320
5321
5322
5323
# File 'lib/aws-sdk-athena/types.rb', line 5316

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