Struct aws_sdk_ecr::model::image_replication_status::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ImageReplicationStatus
Implementations
The destination Region for the image replication.
The destination Region for the image replication.
The Amazon Web Services account ID associated with the registry to which the image belongs.
The Amazon Web Services account ID associated with the registry to which the image belongs.
The image replication status.
The image replication status.
The failure code for a replication that has failed.
The failure code for a replication that has failed.
Consumes the builder and constructs a ImageReplicationStatus
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
