Class: Aws::Types::ParallelismConfigurationDescription

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)


1003
1004
1005
# File 'sig/types.rbs', line 1003

def auto_scaling_enabled
  @auto_scaling_enabled
end

#configuration_type"DEFAULT", "CUSTOM"

Returns the value of attribute configuration_type.

Returns:

  • ("DEFAULT", "CUSTOM")


999
1000
1001
# File 'sig/types.rbs', line 999

def configuration_type
  @configuration_type
end

#current_parallelism::Integer

Returns the value of attribute current_parallelism.

Returns:

  • (::Integer)


1002
1003
1004
# File 'sig/types.rbs', line 1002

def current_parallelism
  @current_parallelism
end

#parallelism::Integer

Returns the value of attribute parallelism.

Returns:

  • (::Integer)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def parallelism
  @parallelism
end

#parallelism_per_kpu::Integer

Returns the value of attribute parallelism_per_kpu.

Returns:

  • (::Integer)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def parallelism_per_kpu
  @parallelism_per_kpu
end