Class: Aws::ECR::Types::ImageIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ImageIdentifier
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
An object with identifying information for an image in an Amazon ECR repository.
Constant Summary collapse
- SENSITIVE =
[]
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.
2140 2141 2142 2143 2144 2145 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2140 class ImageIdentifier < Struct.new( :image_digest, :image_tag) SENSITIVE = [] include Aws::Structure end |
#image_tag ⇒ String
The tag used for the image.
2140 2141 2142 2143 2144 2145 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2140 class ImageIdentifier < Struct.new( :image_digest, :image_tag) SENSITIVE = [] include Aws::Structure end |