Class: Aws::Types::LinuxParameters
- Inherits:
-
Object
- Object
- Aws::Types::LinuxParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ Types::KernelCapabilities
Returns the value of attribute capabilities.
-
#devices ⇒ ::Array[Types::Device]
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::Tmpfs]
Returns the value of attribute tmpfs.
Instance Attribute Details
#capabilities ⇒ Types::KernelCapabilities
Returns the value of attribute capabilities.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def capabilities @capabilities end |
#devices ⇒ ::Array[Types::Device]
Returns the value of attribute devices.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def devices @devices end |
#init_process_enabled ⇒ Boolean
Returns the value of attribute init_process_enabled.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def init_process_enabled @init_process_enabled end |
#max_swap ⇒ ::Integer
Returns the value of attribute max_swap.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def max_swap @max_swap end |
#shared_memory_size ⇒ ::Integer
Returns the value of attribute shared_memory_size.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def shared_memory_size @shared_memory_size end |
#swappiness ⇒ ::Integer
Returns the value of attribute swappiness.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def swappiness @swappiness end |
#tmpfs ⇒ ::Array[Types::Tmpfs]
Returns the value of attribute tmpfs.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def tmpfs @tmpfs end |