Struct rusoto_ecs::VolumeFrom [] [src]

pub struct VolumeFrom {
    pub read_only: Option<bool>,
    pub source_container: Option<String>,
}

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

Fields

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.

The name of another container within the same task definition to mount volumes from.

Trait Implementations

impl Default for VolumeFrom
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for VolumeFrom
[src]

[src]

Formats the value using the given formatter.

impl Clone for VolumeFrom
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more