Class: Aws::Types::LambdaContainerParams
- Inherits:
-
Object
- Object
- Aws::Types::LambdaContainerParams
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#devices ⇒ ::Array[Types::LambdaDeviceMount]
Returns the value of attribute devices.
-
#memory_size_in_kb ⇒ ::Integer
Returns the value of attribute memory_size_in_kb.
-
#mount_ro_sysfs ⇒ Boolean
Returns the value of attribute mount_ro_sysfs.
-
#volumes ⇒ ::Array[Types::LambdaVolumeMount]
Returns the value of attribute volumes.
Instance Attribute Details
#devices ⇒ ::Array[Types::LambdaDeviceMount]
Returns the value of attribute devices.
466 467 468 |
# File 'sig/types.rbs', line 466 def devices @devices end |
#memory_size_in_kb ⇒ ::Integer
Returns the value of attribute memory_size_in_kb.
463 464 465 |
# File 'sig/types.rbs', line 463 def memory_size_in_kb @memory_size_in_kb end |
#mount_ro_sysfs ⇒ Boolean
Returns the value of attribute mount_ro_sysfs.
464 465 466 |
# File 'sig/types.rbs', line 464 def mount_ro_sysfs @mount_ro_sysfs end |
#volumes ⇒ ::Array[Types::LambdaVolumeMount]
Returns the value of attribute volumes.
465 466 467 |
# File 'sig/types.rbs', line 465 def volumes @volumes end |