Struct rusoto_ecs::VersionInfo [] [src]

pub struct VersionInfo {
    pub agent_hash: Option<String>,
    pub agent_version: Option<String>,
    pub docker_version: Option<String>,
}

The Docker and Amazon ECS container agent version information about a container instance.

Fields

The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-agent GitHub repository.

The version number of the Amazon ECS container agent.

The Docker version running on the container instance.

Trait Implementations

impl Default for VersionInfo
[src]

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

impl Debug for VersionInfo
[src]

Formats the value using the given formatter.

impl Clone for VersionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more