Layer

class Layer

An object representing an Amazon ECR image layer.

Types

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

Properties

Link copied to clipboard

The availability status of the image layer.

Link copied to clipboard

The sha256 digest of the image layer.

Link copied to clipboard

The size, in bytes, of the image layer.

Link copied to clipboard

The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.

Functions

Link copied to clipboard
inline fun copy(block: Layer.Builder.() -> Unit = {}): Layer
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