class Aws::ECR::Types::ImageIdentifier

An object with identifying information for an Amazon ECR image.

@note When making an API call, you may pass ImageIdentifier

data as a hash:

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

@!attribute [rw] image_digest

The `sha256` digest of the image manifest.
@return [String]

@!attribute [rw] image_tag

The tag used for the image.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ImageIdentifier AWS API Documentation

Constants

SENSITIVE