class Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails

A data volume to mount from another container.

@note When making an API call, you may pass AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails

data as a hash:

    {
      read_only: false,
      source_container: "NonEmptyString",
    }

@!attribute [rw] read_only

Whether the container has read-only access to the volume.
@return [Boolean]

@!attribute [rw] source_container

The name of another container within the same task definition from
which to mount volumes.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsEcsTaskDefinitionContainerDefinitionsVolumesFromDetails AWS API Documentation

Constants

SENSITIVE