Class: Aws::Types::UpdateWorkGroupInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_updatesTypes::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.

Returns:

  • (::String)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def description
  @description
end

#state"ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


1359
1360
1361
# File 'sig/types.rbs', line 1359

def state
  @state
end

#work_group::String

Returns the value of attribute work_group.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def work_group
  @work_group
end