ImageDetail

An object that describes an image that's 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, that the current image was pushed to the repository at.

Link copied to clipboard

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

Link copied to clipboard

The list of tags that's associated with this image.

Link copied to clipboard

The Amazon Web Services account ID that's associated with the public registry where this image belongs.

Link copied to clipboard

The name of the repository where 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