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.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def container_path @container_path end |
#mount_options ⇒ ::Array[::String]
Returns the value of attribute mount_options.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def @mount_options end |
#size ⇒ ::Integer
Returns the value of attribute size.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def size @size end |