Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersDevicesDetails
- 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[::String]
Returns the value of attribute permissions.
Instance Attribute Details
#container_path ⇒ ::String
Returns the value of attribute container_path.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def container_path @container_path end |
#host_path ⇒ ::String
Returns the value of attribute host_path.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def host_path @host_path end |
#permissions ⇒ ::Array[::String]
Returns the value of attribute permissions.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def @permissions end |