Struct rusoto_ecr::Layer [] [src]

pub struct Layer {
    pub layer_availability: Option<String>,
    pub layer_digest: Option<String>,
    pub layer_size: Option<i64>,
    pub media_type: Option<String>,
}

An object representing an Amazon ECR image layer.

Fields

The availability status of the image layer.

The sha256 digest of the image layer.

The size, in bytes, of the image layer.

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.

Trait Implementations

impl Default for Layer
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for Layer
[src]

[src]

Formats the value using the given formatter.

impl Clone for Layer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more