Class: Aws::ECS::Types::VersionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::VersionInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
The Docker and Amazon ECS container agent version information about a container instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_hash ⇒ String
The Git commit hash for the Amazon ECS container agent build on the [amazon-ecs-agent ][1] GitHub repository.
-
#agent_version ⇒ String
The version number of the Amazon ECS container agent.
-
#docker_version ⇒ String
The Docker version that’s running on the container instance.
Instance Attribute Details
#agent_hash ⇒ String
The Git commit hash for the Amazon ECS container agent build on the
- amazon-ecs-agent ][1
-
GitHub repository.
13562 13563 13564 13565 13566 13567 13568 |
# File 'lib/aws-sdk-ecs/types.rb', line 13562 class VersionInfo < Struct.new( :agent_version, :agent_hash, :docker_version) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
The version number of the Amazon ECS container agent.
13562 13563 13564 13565 13566 13567 13568 |
# File 'lib/aws-sdk-ecs/types.rb', line 13562 class VersionInfo < Struct.new( :agent_version, :agent_hash, :docker_version) SENSITIVE = [] include Aws::Structure end |
#docker_version ⇒ String
The Docker version that’s running on the container instance.
13562 13563 13564 13565 13566 13567 13568 |
# File 'lib/aws-sdk-ecs/types.rb', line 13562 class VersionInfo < Struct.new( :agent_version, :agent_hash, :docker_version) SENSITIVE = [] include Aws::Structure end |