Class: Aws::ECR::Types::Image

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

An object representing an Amazon ECR image.

Instance Attribute Summary collapse

Instance Attribute Details

#image_idTypes::ImageIdentifier

An object containing the image tag and image digest associated with an image.



743
744
745
746
747
748
749
# File 'lib/aws-sdk-ecr/types.rb', line 743

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest)
  include Aws::Structure
end

#image_manifestString

The image manifest associated with the image.

Returns:

  • (String)


743
744
745
746
747
748
749
# File 'lib/aws-sdk-ecr/types.rb', line 743

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest)
  include Aws::Structure
end

#registry_idString

The AWS account ID associated with the registry containing the image.

Returns:

  • (String)


743
744
745
746
747
748
749
# File 'lib/aws-sdk-ecr/types.rb', line 743

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest)
  include Aws::Structure
end

#repository_nameString

The name of the repository associated with the image.

Returns:

  • (String)


743
744
745
746
747
748
749
# File 'lib/aws-sdk-ecr/types.rb', line 743

class Image < Struct.new(
  :registry_id,
  :repository_name,
  :image_id,
  :image_manifest)
  include Aws::Structure
end