class Aws::ECRPublic::Types::ReferencedImageDetail

An object that describes the image tag details returned by a DescribeImageTags action.

@!attribute [rw] image_digest

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

@!attribute [rw] image_size_in_bytes

The size, in bytes, of the image in the repository.

If the image is a manifest list, this will be the max size of all
manifests in the list.

<note markdown="1"> Beginning with Docker version 1.9, the Docker client compresses
image layers before pushing them to a V2 Docker registry. The output
of the `docker images` command shows the uncompressed image size, so
it may return a larger image size than the image sizes returned by
DescribeImages.

 </note>
@return [Integer]

@!attribute [rw] image_pushed_at

The date and time, expressed in standard JavaScript date format, at
which the current image tag was pushed to the repository.
@return [Time]

@!attribute [rw] image_manifest_media_type

The media type of the image manifest.
@return [String]

@!attribute [rw] artifact_media_type

The artifact media type of the image.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/ReferencedImageDetail AWS API Documentation

Constants

SENSITIVE