Struct rusoto_ecs::HostVolumeProperties [] [src]

pub struct HostVolumeProperties {
    pub source_path: Option<String>,
}

Details on a container instance host volume.

Fields

The path on the host container instance that is presented to the container. If this parameter is empty, then the Docker daemon has assigned a host path for you. If the host parameter contains a sourcePath file location, then the data volume persists at the specified location on the host container instance until you delete it manually. If the sourcePath value does not exist on the host container instance, the Docker daemon creates it. If the location does exist, the contents of the source path folder are exported.

Trait Implementations

impl Default for HostVolumeProperties
[src]

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

impl Debug for HostVolumeProperties
[src]

Formats the value using the given formatter.

impl Clone for HostVolumeProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more