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)


1390
1391
1392
# File 'sig/types.rbs', line 1390

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)


1392
1393
1394
# File 'sig/types.rbs', line 1392

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)


1391
1392
1393
# File 'sig/types.rbs', line 1391

def per_execution_environment_max_concurrency
  @per_execution_environment_max_concurrency
end