You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECR::Types::ImageIdentifier

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ImageIdentifier as input to an Aws::Client method, you can use a vanilla Hash:

{
  image_digest: "ImageDigest",
  image_tag: "ImageTag",
}

An object with identifying information for an Amazon ECR image.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#image_digestString

The sha256 digest of the image manifest.

Returns:

  • (String)

    The sha256 digest of the image manifest.

#image_tagString

The tag used for the image.

Returns:

  • (String)

    The tag used for the image.