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
- Struct
- Aws::ECR::Types::Layer
- Defined in:
- (unknown)
Overview
An object representing an Amazon ECR image layer.
Instance Attribute Summary collapse
-
#layer_availability ⇒ String
The availability status of the image layer.
-
#layer_digest ⇒ String
The
sha256
digest of the image layer. -
#layer_size ⇒ Integer
The size, in bytes, of the image layer.
-
#media_type ⇒ String
The media type of the layer, such as
application/vnd.docker.image.rootfs.diff.tar.gzip
orapplication/vnd.oci.image.layer.v1.tar+gzip
.
Instance Attribute Details
#layer_availability ⇒ String
The availability status of the image layer.
Possible values:
- AVAILABLE
- UNAVAILABLE
#layer_digest ⇒ String
The sha256
digest of the image layer.
#layer_size ⇒ Integer
The size, in bytes, of the image layer.
#media_type ⇒ 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
.