class Aws::ECS::Types::VolumeFrom

Details on a data volume from another container in the same task definition.

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

data as a hash:

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

@!attribute [rw] source_container

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

@!attribute [rw] read_only

If this value is `true`, the container has read-only access to the
volume. If this value is `false`, then the container can write to
the volume. The default value is `false`.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/VolumeFrom AWS API Documentation

Constants

SENSITIVE