Struct rusoto_ecr::InitiateLayerUploadRequest [] [src]

pub struct InitiateLayerUploadRequest {
    pub registry_id: Option<RegistryId>,
    pub repository_name: RepositoryName,
}

Fields

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

The name of the repository that you intend to upload layers to.

Trait Implementations

impl Default for InitiateLayerUploadRequest
[src]

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

impl Debug for InitiateLayerUploadRequest
[src]

Formats the value using the given formatter.

impl Clone for InitiateLayerUploadRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more