Class: Aws::Types::LinuxParameters
- Inherits:
-
Object
- Object
- Aws::Types::LinuxParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#devices ⇒ ::Array[Types::Device]
Returns the value of attribute devices.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def devices @devices end |
#init_process_enabled ⇒ Boolean
Returns the value of attribute init_process_enabled.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def init_process_enabled @init_process_enabled end |
#max_swap ⇒ ::Integer
Returns the value of attribute max_swap.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def max_swap @max_swap end |
#shared_memory_size ⇒ ::Integer
Returns the value of attribute shared_memory_size.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def shared_memory_size @shared_memory_size end |
#swappiness ⇒ ::Integer
Returns the value of attribute swappiness.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def swappiness @swappiness end |
#tmpfs ⇒ ::Array[Types::Tmpfs]
Returns the value of attribute tmpfs.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def tmpfs @tmpfs end |