Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsLinuxParametersTmpfsDetails
- 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.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def container_path @container_path end |
#mount_options ⇒ ::Array[::String]
Returns the value of attribute mount_options.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def @mount_options end |
#size ⇒ ::Integer
Returns the value of attribute size.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def size @size end |