Class: Aws::Types::ContainerMountPoint
- Inherits:
-
Object
- Object
- Aws::Types::ContainerMountPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_level ⇒ "READ_ONLY", "READ_AND_WRITE"
Returns the value of attribute access_level.
-
#container_path ⇒ ::String
Returns the value of attribute container_path.
-
#instance_path ⇒ ::String
Returns the value of attribute instance_path.
Instance Attribute Details
#access_level ⇒ "READ_ONLY", "READ_AND_WRITE"
Returns the value of attribute access_level.
213 214 215 |
# File 'sig/types.rbs', line 213 def access_level @access_level end |
#container_path ⇒ ::String
Returns the value of attribute container_path.
212 213 214 |
# File 'sig/types.rbs', line 212 def container_path @container_path end |
#instance_path ⇒ ::String
Returns the value of attribute instance_path.
211 212 213 |
# File 'sig/types.rbs', line 211 def instance_path @instance_path end |