Struct aws_sdk_ecr::model::ImageReplicationStatus [−][src]
#[non_exhaustive]pub struct ImageReplicationStatus {
pub region: Option<String>,
pub registry_id: Option<String>,
pub status: Option<ReplicationStatus>,
pub failure_code: Option<String>,
}Expand description
The status of the replication process for an image.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.region: Option<String>The destination Region for the image replication.
registry_id: Option<String>The Amazon Web Services account ID associated with the registry to which the image belongs.
status: Option<ReplicationStatus>The image replication status.
failure_code: Option<String>The failure code for a replication that has failed.
Implementations
The Amazon Web Services account ID associated with the registry to which the image belongs.
The image replication status.
The failure code for a replication that has failed.
Creates a new builder-style object to manufacture ImageReplicationStatus
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ImageReplicationStatus
impl Send for ImageReplicationStatus
impl Sync for ImageReplicationStatus
impl Unpin for ImageReplicationStatus
impl UnwindSafe for ImageReplicationStatus
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
