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.
4962 4963 4964 4965 4966 4967 4968 4969 |
# File 'lib/aws-sdk-athena/types.rb', line 4962 class UpdateWorkGroupInput < Struct.new( :work_group, :description, :configuration_updates, :state) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The workgroup description.
4962 4963 4964 4965 4966 4967 4968 4969 |
# File 'lib/aws-sdk-athena/types.rb', line 4962 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.
4962 4963 4964 4965 4966 4967 4968 4969 |
# File 'lib/aws-sdk-athena/types.rb', line 4962 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.
4962 4963 4964 4965 4966 4967 4968 4969 |
# File 'lib/aws-sdk-athena/types.rb', line 4962 class UpdateWorkGroupInput < Struct.new( :work_group, :description, :configuration_updates, :state) SENSITIVE = [] include Aws::Structure end |