Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#read_only ⇒ Boolean
Returns the value of attribute read_only.
-
#source_container ⇒ ::String
Returns the value of attribute source_container.
Instance Attribute Details
#read_only ⇒ Boolean
Returns the value of attribute read_only.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def read_only @read_only end |
#source_container ⇒ ::String
Returns the value of attribute source_container.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def source_container @source_container end |