Struct rusoto_ecr::GetDownloadUrlForLayerResponse [] [src]

pub struct GetDownloadUrlForLayerResponse {
    pub download_url: Option<String>,
    pub layer_digest: Option<String>,
}

Fields

The pre-signed Amazon S3 download URL for the requested layer.

The digest of the image layer to download.

Trait Implementations

impl Default for GetDownloadUrlForLayerResponse
[src]

[src]

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

impl Debug for GetDownloadUrlForLayerResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetDownloadUrlForLayerResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations