ImageDetail

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The artifact media type of the image.

Link copied to clipboard

The sha256 digest of the image manifest.

Link copied to clipboard

The media type of the image manifest.

Link copied to clipboard

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

Link copied to clipboard

A summary of the last completed image scan.

Link copied to clipboard

The current state of the scan.

Link copied to clipboard

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

Link copied to clipboard

The list of tags associated with this image.

Link copied to clipboard

The date and time, expressed in standard JavaScript date format, when Amazon ECR recorded the last image pull.

Link copied to clipboard

The Amazon Web Services account ID associated with the registry to which this image belongs.

Link copied to clipboard

The name of the repository to which this image belongs.

Functions

Link copied to clipboard
inline fun copy(block: ImageDetail.Builder.() -> Unit = {}): ImageDetail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String