class Aws::ECR::Types::ImageDetail
An object that describes an image returned by a DescribeImages operation.
@!attribute [rw] registry_id
The Amazon Web Services account ID associated with the registry to which this image belongs. @return [String]
@!attribute [rw] repository_name
The name of the repository to which this image belongs. @return [String]
@!attribute [rw] image_digest
The `sha256` digest of the image manifest. @return [String]
@!attribute [rw] image_tags
The list of tags associated with this image. @return [Array<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 was pushed to the repository. @return [Time]
@!attribute [rw] image_scan_status
The current state of the scan. @return [Types::ImageScanStatus]
@!attribute [rw] image_scan_findings_summary
A summary of the last completed image scan. @return [Types::ImageScanFindingsSummary]
@!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-2015-09-21/ImageDetail AWS API Documentation
Constants
- SENSITIVE