VersionInfo
public struct VersionInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-agent GitHub repository.
Declaration
Swift
public let agentHash: String? -
The version number of the Amazon ECS container agent.
Declaration
Swift
public let agentVersion: String? -
The Docker version running on the container instance.
Declaration
Swift
public let dockerVersion: String? -
Undocumented
Declaration
Swift
public init(agentHash: String? = nil, agentVersion: String? = nil, dockerVersion: String? = nil)
View on GitHub
VersionInfo Structure Reference