Class: Aws::ECS::Types::DaemonContainerImage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DaemonContainerImage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
The details about the container image a daemon revision uses.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_name ⇒ String
The name of the container.
-
#image ⇒ String
The container image.
-
#image_digest ⇒ String
The container image digest.
Instance Attribute Details
#container_name ⇒ String
The name of the container.
4287 4288 4289 4290 4291 4292 4293 |
# File 'lib/aws-sdk-ecs/types.rb', line 4287 class DaemonContainerImage < Struct.new( :container_name, :image_digest, :image) SENSITIVE = [] include Aws::Structure end |
#image ⇒ String
The container image.
4287 4288 4289 4290 4291 4292 4293 |
# File 'lib/aws-sdk-ecs/types.rb', line 4287 class DaemonContainerImage < Struct.new( :container_name, :image_digest, :image) SENSITIVE = [] include Aws::Structure end |
#image_digest ⇒ String
The container image digest.
4287 4288 4289 4290 4291 4292 4293 |
# File 'lib/aws-sdk-ecs/types.rb', line 4287 class DaemonContainerImage < Struct.new( :container_name, :image_digest, :image) SENSITIVE = [] include Aws::Structure end |