Class: Aws::ECRPublic::Types::ImageIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::ImageIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
An object with identifying information for an Amazon ECR image.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_digest ⇒ String
The ‘sha256` digest of the image manifest.
-
#image_tag ⇒ String
The tag that’s used for the image.
Instance Attribute Details
#image_digest ⇒ String
The ‘sha256` digest of the image manifest.
863 864 865 866 867 868 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 863 class ImageIdentifier < Struct.new( :image_digest, :image_tag) SENSITIVE = [] include Aws::Structure end |
#image_tag ⇒ String
The tag that’s used for the image.
863 864 865 866 867 868 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 863 class ImageIdentifier < Struct.new( :image_digest, :image_tag) SENSITIVE = [] include Aws::Structure end |