Class: Aws::Types::MountPoint
- Inherits:
-
Object
- Object
- Aws::Types::MountPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_path ⇒ ::String
Returns the value of attribute container_path.
-
#read_only ⇒ Boolean
Returns the value of attribute read_only.
-
#source_volume ⇒ ::String
Returns the value of attribute source_volume.
Instance Attribute Details
#container_path ⇒ ::String
Returns the value of attribute container_path.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def container_path @container_path end |
#read_only ⇒ Boolean
Returns the value of attribute read_only.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def read_only @read_only end |
#source_volume ⇒ ::String
Returns the value of attribute source_volume.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def source_volume @source_volume end |