Struct rusoto_ecr::CompleteLayerUploadRequest [] [src]

pub struct CompleteLayerUploadRequest {
    pub layer_digests: Vec<String>,
    pub registry_id: Option<String>,
    pub repository_name: String,
    pub upload_id: String,
}

Fields

The sha256 digest of the image layer.

The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default registry is assumed.

The name of the repository to associate with the image layer.

The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.

Trait Implementations

impl Default for CompleteLayerUploadRequest
[src]

[src]

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

impl Debug for CompleteLayerUploadRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CompleteLayerUploadRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more