Struct rusoto_ecr::UploadLayerPartRequest [] [src]

pub struct UploadLayerPartRequest {
    pub layer_part_blob: LayerPartBlob,
    pub part_first_byte: PartSize,
    pub part_last_byte: PartSize,
    pub registry_id: Option<RegistryId>,
    pub repository_name: RepositoryName,
    pub upload_id: UploadId,
}

Fields

The base64-encoded layer part payload.

The integer value of the first byte of the layer part.

The integer value of the last byte of the layer part.

The AWS account ID associated with the registry that you are uploading layer parts to. If you do not specify a registry, the default registry is assumed.

The name of the repository that you are uploading layer parts to.

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

Trait Implementations

impl Default for UploadLayerPartRequest
[src]

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

impl Debug for UploadLayerPartRequest
[src]

Formats the value using the given formatter.

impl Clone for UploadLayerPartRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more