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

Class: Aws::ECR::Types::Layer

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

Overview

An object representing an Amazon ECR image layer.

Instance Attribute Summary collapse

Instance Attribute Details

#layer_availabilityString

The availability status of the image layer.

Possible values:

  • AVAILABLE
  • UNAVAILABLE

Returns:

  • (String)

    The availability status of the image layer.

#layer_digestString

The sha256 digest of the image layer.

Returns:

  • (String)

    The sha256 digest of the image layer.

#layer_sizeInteger

The size, in bytes, of the image layer.

Returns:

  • (Integer)

    The size, in bytes, of the image layer.

#media_typeString

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.

Returns:

  • (String)

    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.