VersionInfo

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The version number of the Amazon ECS container agent.

Link copied to clipboard

The Docker version that's running on the container instance.

Functions

Link copied to clipboard
inline fun copy(block: VersionInfo.Builder.() -> Unit = {}): VersionInfo
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String