You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECR::Types::ImageDetail

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object that describes an image returned by a DescribeImages operation.

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_media_typeString

The artifact media type of the image.

Returns:

  • (String)

    The artifact media type of the image.

#image_digestString

The sha256 digest of the image manifest.

Returns:

  • (String)

    The sha256 digest of the image manifest.

#image_manifest_media_typeString

The media type of the image manifest.

Returns:

  • (String)

    The media type of the image manifest.

#image_pushed_atTime

The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

Returns:

  • (Time)

    The date and time, expressed in standard JavaScript date format, at which the current image was pushed to the repository.

#image_scan_findings_summaryTypes::ImageScanFindingsSummary

A summary of the last completed image scan.

Returns:

#image_scan_statusTypes::ImageScanStatus

The current state of the scan.

Returns:

#image_size_in_bytesInteger

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.

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.

Returns:

  • (Integer)

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

#image_tagsArray<String>

The list of tags associated with this image.

Returns:

  • (Array<String>)

    The list of tags associated with this image.

#registry_idString

The AWS account ID associated with the registry to which this image belongs.

Returns:

  • (String)

    The AWS account ID associated with the registry to which this image belongs.

#repository_nameString

The name of the repository to which this image belongs.

Returns:

  • (String)

    The name of the repository to which this image belongs.