VersionInfo class

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

Constructors

VersionInfo({String? agentHash, String? agentVersion, String? dockerVersion})
VersionInfo.fromJson(Map<String, dynamic> json)
factory

Properties

agentHash String?
The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-agent GitHub repository.
final
agentVersion String?
The version number of the Amazon ECS container agent.
final
dockerVersion String?
The Docker version running on the container instance.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited