Struct rusoto_ecr::CompleteLayerUploadResponse [] [src]

pub struct CompleteLayerUploadResponse {
    pub layer_digest: Option<String>,
    pub registry_id: Option<String>,
    pub repository_name: Option<String>,
    pub upload_id: Option<String>,
}

Fields

The sha256 digest of the image layer.

The registry ID associated with the request.

The repository name associated with the request.

The upload ID associated with the layer.

Trait Implementations

impl Default for CompleteLayerUploadResponse
[src]

[src]

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

impl Debug for CompleteLayerUploadResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for CompleteLayerUploadResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more