Class: Aws::Types::ParallelismConfigurationUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_enabled_updateBoolean

Returns the value of attribute auto_scaling_enabled_update.

Returns:

  • (Boolean)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def auto_scaling_enabled_update
  @auto_scaling_enabled_update
end

#configuration_type_update"DEFAULT", "CUSTOM"

Returns the value of attribute configuration_type_update.

Returns:

  • ("DEFAULT", "CUSTOM")


1008
1009
1010
# File 'sig/types.rbs', line 1008

def configuration_type_update
  @configuration_type_update
end

#parallelism_per_kpu_update::Integer

Returns the value of attribute parallelism_per_kpu_update.

Returns:

  • (::Integer)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def parallelism_per_kpu_update
  @parallelism_per_kpu_update
end

#parallelism_update::Integer

Returns the value of attribute parallelism_update.

Returns:

  • (::Integer)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def parallelism_update
  @parallelism_update
end