Class: Aws::Types::LambdaManagedInstancesCapacityProviderConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_provider_arn::String

Returns the value of attribute capacity_provider_arn.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def capacity_provider_arn
  @capacity_provider_arn
end

#execution_environment_memory_gi_b_per_v_cpu::Float

Returns the value of attribute execution_environment_memory_gi_b_per_v_cpu.

Returns:

  • (::Float)


1375
1376
1377
# File 'sig/types.rbs', line 1375

def execution_environment_memory_gi_b_per_v_cpu
  @execution_environment_memory_gi_b_per_v_cpu
end

#per_execution_environment_max_concurrency::Integer

Returns the value of attribute per_execution_environment_max_concurrency.

Returns:

  • (::Integer)


1374
1375
1376
# File 'sig/types.rbs', line 1374

def per_execution_environment_max_concurrency
  @per_execution_environment_max_concurrency
end