Class: Aws::Types::ParallelismConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_enabledBoolean

Returns the value of attribute auto_scaling_enabled.

Returns:

  • (Boolean)


994
995
996
# File 'sig/types.rbs', line 994

def auto_scaling_enabled
  @auto_scaling_enabled
end

#configuration_type"DEFAULT", "CUSTOM"

Returns the value of attribute configuration_type.

Returns:

  • ("DEFAULT", "CUSTOM")


991
992
993
# File 'sig/types.rbs', line 991

def configuration_type
  @configuration_type
end

#parallelism::Integer

Returns the value of attribute parallelism.

Returns:

  • (::Integer)


992
993
994
# File 'sig/types.rbs', line 992

def parallelism
  @parallelism
end

#parallelism_per_kpu::Integer

Returns the value of attribute parallelism_per_kpu.

Returns:

  • (::Integer)


993
994
995
# File 'sig/types.rbs', line 993

def parallelism_per_kpu
  @parallelism_per_kpu
end