class Aws::ECS::Types::VersionInfo

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

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

data as a hash:

    {
      agent_version: "String",
      agent_hash: "String",
      docker_version: "String",
    }

@!attribute [rw] agent_version

The version number of the Amazon ECS container agent.
@return [String]

@!attribute [rw] agent_hash

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

[1]: https://github.com/aws/amazon-ecs-agent/commits/master
@return [String]

@!attribute [rw] docker_version

The Docker version running on the container instance.
@return [String]

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

Constants

SENSITIVE