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.



4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4803

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

#descriptionString

The workgroup description.

Returns:

  • (String)


4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4803

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)


4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4803

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)


4803
4804
4805
4806
4807
4808
4809
4810
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4803

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