Struct aws_sdk_ecr::output::CompleteLayerUploadOutput
source · #[non_exhaustive]pub struct CompleteLayerUploadOutput { /* private fields */ }Implementations§
source§impl CompleteLayerUploadOutput
impl CompleteLayerUploadOutput
sourcepub fn registry_id(&self) -> Option<&str>
pub fn registry_id(&self) -> Option<&str>
The registry ID associated with the request.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The repository name associated with the request.
sourcepub fn layer_digest(&self) -> Option<&str>
pub fn layer_digest(&self) -> Option<&str>
The sha256 digest of the image layer.
source§impl CompleteLayerUploadOutput
impl CompleteLayerUploadOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CompleteLayerUploadOutput.
Trait Implementations§
source§impl Clone for CompleteLayerUploadOutput
impl Clone for CompleteLayerUploadOutput
source§fn clone(&self) -> CompleteLayerUploadOutput
fn clone(&self) -> CompleteLayerUploadOutput
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 CompleteLayerUploadOutput
impl Debug for CompleteLayerUploadOutput
source§impl PartialEq<CompleteLayerUploadOutput> for CompleteLayerUploadOutput
impl PartialEq<CompleteLayerUploadOutput> for CompleteLayerUploadOutput
source§fn eq(&self, other: &CompleteLayerUploadOutput) -> bool
fn eq(&self, other: &CompleteLayerUploadOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.