Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails
Returns the value of attribute capabilities.
-
#devices ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails]
Returns the value of attribute devices.
-
#init_process_enabled ⇒ Boolean
Returns the value of attribute init_process_enabled.
-
#max_swap ⇒ ::Integer
Returns the value of attribute max_swap.
-
#shared_memory_size ⇒ ::Integer
Returns the value of attribute shared_memory_size.
-
#swappiness ⇒ ::Integer
Returns the value of attribute swappiness.
-
#tmpfs ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails]
Returns the value of attribute tmpfs.
Instance Attribute Details
#capabilities ⇒ Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersCapabilitiesDetails
Returns the value of attribute capabilities.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def capabilities @capabilities end |
#devices ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails]
Returns the value of attribute devices.
2293 2294 2295 |
# File 'sig/types.rbs', line 2293 def devices @devices end |
#init_process_enabled ⇒ Boolean
Returns the value of attribute init_process_enabled.
2294 2295 2296 |
# File 'sig/types.rbs', line 2294 def init_process_enabled @init_process_enabled end |
#max_swap ⇒ ::Integer
Returns the value of attribute max_swap.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def max_swap @max_swap end |
#shared_memory_size ⇒ ::Integer
Returns the value of attribute shared_memory_size.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def shared_memory_size @shared_memory_size end |
#swappiness ⇒ ::Integer
Returns the value of attribute swappiness.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def swappiness @swappiness end |
#tmpfs ⇒ ::Array[Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails]
Returns the value of attribute tmpfs.
2298 2299 2300 |
# File 'sig/types.rbs', line 2298 def tmpfs @tmpfs end |