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
- Struct
- Aws::ECR::Types::ImageIdentifier
- 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
-
#image_digest ⇒ String
The
sha256
digest of the image manifest. -
#image_tag ⇒ String
The tag used for the image.
Instance Attribute Details
#image_digest ⇒ String
The sha256
digest of the image manifest.
#image_tag ⇒ String
The tag used for the image.