Class: Aws::Types::LambdaManagedInstancesCapacityProviderConfig
- Inherits:
-
Object
- Object
- Aws::Types::LambdaManagedInstancesCapacityProviderConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_provider_arn ⇒ ::String
Returns the value of attribute capacity_provider_arn.
-
#execution_environment_memory_gi_b_per_v_cpu ⇒ ::Float
Returns the value of attribute execution_environment_memory_gi_b_per_v_cpu.
-
#per_execution_environment_max_concurrency ⇒ ::Integer
Returns the value of attribute per_execution_environment_max_concurrency.
Instance Attribute Details
#capacity_provider_arn ⇒ ::String
Returns the value of attribute capacity_provider_arn.
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.
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.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def per_execution_environment_max_concurrency @per_execution_environment_max_concurrency end |