Struct aws_sdk_ecr::operation::describe_image_replication_status::DescribeImageReplicationStatusOutput
source · #[non_exhaustive]pub struct DescribeImageReplicationStatusOutput { /* private fields */ }
Implementations§
source§impl DescribeImageReplicationStatusOutput
impl DescribeImageReplicationStatusOutput
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The repository name associated with the request.
sourcepub fn image_id(&self) -> Option<&ImageIdentifier>
pub fn image_id(&self) -> Option<&ImageIdentifier>
An object with identifying information for an image in an Amazon ECR repository.
sourcepub fn replication_statuses(&self) -> Option<&[ImageReplicationStatus]>
pub fn replication_statuses(&self) -> Option<&[ImageReplicationStatus]>
The replication status details for the images in the specified repository.
source§impl DescribeImageReplicationStatusOutput
impl DescribeImageReplicationStatusOutput
sourcepub fn builder() -> DescribeImageReplicationStatusOutputBuilder
pub fn builder() -> DescribeImageReplicationStatusOutputBuilder
Creates a new builder-style object to manufacture DescribeImageReplicationStatusOutput
.
Trait Implementations§
source§impl Clone for DescribeImageReplicationStatusOutput
impl Clone for DescribeImageReplicationStatusOutput
source§fn clone(&self) -> DescribeImageReplicationStatusOutput
fn clone(&self) -> DescribeImageReplicationStatusOutput
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 PartialEq<DescribeImageReplicationStatusOutput> for DescribeImageReplicationStatusOutput
impl PartialEq<DescribeImageReplicationStatusOutput> for DescribeImageReplicationStatusOutput
source§fn eq(&self, other: &DescribeImageReplicationStatusOutput) -> bool
fn eq(&self, other: &DescribeImageReplicationStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeImageReplicationStatusOutput
impl RequestId for DescribeImageReplicationStatusOutput
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.