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.
2791 2792 2793 |
# File 'sig/types.rbs', line 2791 def container_path @container_path end |
#mount_options ⇒ ::Array[::String]
Returns the value of attribute mount_options.
2793 2794 2795 |
# File 'sig/types.rbs', line 2793 def @mount_options end |
#size ⇒ ::Integer
Returns the value of attribute size.
2792 2793 2794 |
# File 'sig/types.rbs', line 2792 def size @size end |