You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECS::Types::VersionInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing VersionInfo as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#agent_hashString

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

Returns:

  • (String)

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

#agent_versionString

The version number of the Amazon ECS container agent.

Returns:

  • (String)

    The version number of the Amazon ECS container agent.

#docker_versionString

The Docker version running on the container instance.

Returns:

  • (String)

    The Docker version running on the container instance.