Class: Aws::Types::Tmpfs
- Inherits:
-
Object
- Object
- Aws::Types::Tmpfs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_path ⇒ ::String
Returns the value of attribute container_path.
-
#mount_options ⇒ ::Array[::String]
Returns the value of attribute mount_options.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#container_path ⇒ ::String
Returns the value of attribute container_path.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def container_path @container_path end |
#mount_options ⇒ ::Array[::String]
Returns the value of attribute mount_options.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def end |
#size ⇒ ::Integer
Returns the value of attribute size.
1791 1792 1793 |
# File 'sig/types.rbs', line 1791 def size @size end |