Struct rusoto_ecr::GetDownloadUrlForLayerRequest [] [src]

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

Fields

The digest of the image layer to download.

The AWS account ID associated with the registry that contains the image layer to download. If you do not specify a registry, the default registry is assumed.

The name of the repository that is associated with the image layer to download.

Trait Implementations

impl Default for GetDownloadUrlForLayerRequest
[src]

[src]

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

impl Debug for GetDownloadUrlForLayerRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetDownloadUrlForLayerRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations