Struct rusoto_ecr::UploadLayerPartResponse [] [src]

pub struct UploadLayerPartResponse {
    pub last_byte_received: Option<i64>,
    pub registry_id: Option<String>,
    pub repository_name: Option<String>,
    pub upload_id: Option<String>,
}

Fields

The integer value of the last byte received in the request.

The registry ID associated with the request.

The repository name associated with the request.

The upload ID associated with the request.

Trait Implementations

impl Default for UploadLayerPartResponse
[src]

[src]

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

impl Debug for UploadLayerPartResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UploadLayerPartResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations