Class: Aws::Athena::Types::UpdateWorkGroupInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::UpdateWorkGroupInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_updates ⇒ Types::WorkGroupConfigurationUpdates
Contains configuration updates for an Athena SQL workgroup.
-
#description ⇒ String
The workgroup description.
-
#state ⇒ String
The workgroup state that will be updated for the given workgroup.
-
#work_group ⇒ String
The specified workgroup that will be updated.
Instance Attribute Details
#configuration_updates ⇒ Types::WorkGroupConfigurationUpdates
Contains configuration updates for an Athena SQL workgroup.
4793 4794 4795 4796 4797 4798 4799 4800 |
# File 'lib/aws-sdk-athena/types.rb', line 4793 class UpdateWorkGroupInput < Struct.new( :work_group, :description, :configuration_updates, :state) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The workgroup description.
4793 4794 4795 4796 4797 4798 4799 4800 |
# File 'lib/aws-sdk-athena/types.rb', line 4793 class UpdateWorkGroupInput < Struct.new( :work_group, :description, :configuration_updates, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The workgroup state that will be updated for the given workgroup.
4793 4794 4795 4796 4797 4798 4799 4800 |
# File 'lib/aws-sdk-athena/types.rb', line 4793 class UpdateWorkGroupInput < Struct.new( :work_group, :description, :configuration_updates, :state) SENSITIVE = [] include Aws::Structure end |
#work_group ⇒ String
The specified workgroup that will be updated.
4793 4794 4795 4796 4797 4798 4799 4800 |
# File 'lib/aws-sdk-athena/types.rb', line 4793 class UpdateWorkGroupInput < Struct.new( :work_group, :description, :configuration_updates, :state) SENSITIVE = [] include Aws::Structure end |