#[non_exhaustive]pub struct GetDownloadUrlForLayerOutput { /* private fields */ }
Implementations§
source§impl GetDownloadUrlForLayerOutput
impl GetDownloadUrlForLayerOutput
sourcepub fn download_url(&self) -> Option<&str>
pub fn download_url(&self) -> Option<&str>
The pre-signed Amazon S3 download URL for the requested layer.
sourcepub fn layer_digest(&self) -> Option<&str>
pub fn layer_digest(&self) -> Option<&str>
The digest of the image layer to download.
source§impl GetDownloadUrlForLayerOutput
impl GetDownloadUrlForLayerOutput
sourcepub fn builder() -> GetDownloadUrlForLayerOutputBuilder
pub fn builder() -> GetDownloadUrlForLayerOutputBuilder
Creates a new builder-style object to manufacture GetDownloadUrlForLayerOutput
.
Trait Implementations§
source§impl Clone for GetDownloadUrlForLayerOutput
impl Clone for GetDownloadUrlForLayerOutput
source§fn clone(&self) -> GetDownloadUrlForLayerOutput
fn clone(&self) -> GetDownloadUrlForLayerOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetDownloadUrlForLayerOutput
impl Debug for GetDownloadUrlForLayerOutput
source§impl PartialEq<GetDownloadUrlForLayerOutput> for GetDownloadUrlForLayerOutput
impl PartialEq<GetDownloadUrlForLayerOutput> for GetDownloadUrlForLayerOutput
source§fn eq(&self, other: &GetDownloadUrlForLayerOutput) -> bool
fn eq(&self, other: &GetDownloadUrlForLayerOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetDownloadUrlForLayerOutput
impl RequestId for GetDownloadUrlForLayerOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.