#[non_exhaustive]pub struct DescribeImageReplicationStatusInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DescribeImageReplicationStatusInput
impl Clone for DescribeImageReplicationStatusInput
sourcefn clone(&self) -> DescribeImageReplicationStatusInput
fn clone(&self) -> DescribeImageReplicationStatusInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DescribeImageReplicationStatusInput> for DescribeImageReplicationStatusInput
impl PartialEq<DescribeImageReplicationStatusInput> for DescribeImageReplicationStatusInput
sourcefn eq(&self, other: &DescribeImageReplicationStatusInput) -> bool
fn eq(&self, other: &DescribeImageReplicationStatusInput) -> bool
impl StructuralPartialEq for DescribeImageReplicationStatusInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeImageReplicationStatusInput
impl Send for DescribeImageReplicationStatusInput
impl Sync for DescribeImageReplicationStatusInput
impl Unpin for DescribeImageReplicationStatusInput
impl UnwindSafe for DescribeImageReplicationStatusInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more