Class: Aws::Types::UpdateWorkGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_updates ⇒ Types::WorkGroupConfigurationUpdates
Returns the value of attribute configuration_updates.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#work_group ⇒ ::String
Returns the value of attribute work_group.
Instance Attribute Details
#configuration_updates ⇒ Types::WorkGroupConfigurationUpdates
Returns the value of attribute configuration_updates.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def configuration_updates @configuration_updates end |
#description ⇒ ::String
Returns the value of attribute description.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def description @description end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def state @state end |
#work_group ⇒ ::String
Returns the value of attribute work_group.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def work_group @work_group end |