Class: Aws::Types::Device
- Inherits:
-
Object
- Object
- Aws::Types::Device
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_path ⇒ ::String
Returns the value of attribute container_path.
-
#host_path ⇒ ::String
Returns the value of attribute host_path.
-
#permissions ⇒ ::Array[("READ" | "WRITE" | "MKNOD")]
Returns the value of attribute permissions.
Instance Attribute Details
#container_path ⇒ ::String
Returns the value of attribute container_path.
570 571 572 |
# File 'sig/types.rbs', line 570 def container_path @container_path end |
#host_path ⇒ ::String
Returns the value of attribute host_path.
569 570 571 |
# File 'sig/types.rbs', line 569 def host_path @host_path end |
#permissions ⇒ ::Array[("READ" | "WRITE" | "MKNOD")]
Returns the value of attribute permissions.
571 572 573 |
# File 'sig/types.rbs', line 571 def @permissions end |