Struct rusoto_ecr::InitiateLayerUploadResponse [] [src]

pub struct InitiateLayerUploadResponse {
    pub part_size: Option<i64>,
    pub upload_id: Option<String>,
}

Fields

The size, in bytes, that Amazon ECR expects future layer part uploads to be.

The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.

Trait Implementations

impl Default for InitiateLayerUploadResponse
[src]

[src]

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

impl Debug for InitiateLayerUploadResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for InitiateLayerUploadResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more