#[non_exhaustive]pub struct DescribeImageReplicationStatusInput { /* private fields */ }Implementations§
source§impl DescribeImageReplicationStatusInput
impl DescribeImageReplicationStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeImageReplicationStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeImageReplicationStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeImageReplicationStatus>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeImageReplicationStatusInput.
source§impl DescribeImageReplicationStatusInput
impl DescribeImageReplicationStatusInput
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The name of the repository that the image is in.
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 registry_id(&self) -> Option<&str>
pub fn registry_id(&self) -> Option<&str>
The Amazon Web Services account ID associated with the registry. If you do not specify a registry, the default registry is assumed.
Trait Implementations§
source§impl Clone for DescribeImageReplicationStatusInput
impl Clone for DescribeImageReplicationStatusInput
source§fn clone(&self) -> DescribeImageReplicationStatusInput
fn clone(&self) -> DescribeImageReplicationStatusInput
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<DescribeImageReplicationStatusInput> for DescribeImageReplicationStatusInput
impl PartialEq<DescribeImageReplicationStatusInput> for DescribeImageReplicationStatusInput
source§fn eq(&self, other: &DescribeImageReplicationStatusInput) -> bool
fn eq(&self, other: &DescribeImageReplicationStatusInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.