Class: Aws::ECS::Types::DaemonContainerImage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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

Instance Attribute Details

#container_nameString

The name of the container.

Returns:

  • (String)


4258
4259
4260
4261
4262
4263
4264
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4258

class DaemonContainerImage < Struct.new(
  :container_name,
  :image_digest,
  :image)
  SENSITIVE = []
  include Aws::Structure
end

#imageString

The container image.

Returns:

  • (String)


4258
4259
4260
4261
4262
4263
4264
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4258

class DaemonContainerImage < Struct.new(
  :container_name,
  :image_digest,
  :image)
  SENSITIVE = []
  include Aws::Structure
end

#image_digestString

The container image digest.

Returns:

  • (String)


4258
4259
4260
4261
4262
4263
4264
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4258

class DaemonContainerImage < Struct.new(
  :container_name,
  :image_digest,
  :image)
  SENSITIVE = []
  include Aws::Structure
end