Struct aws_sdk_databasemigration::model::RefreshSchemasStatus [−][src]
#[non_exhaustive]pub struct RefreshSchemasStatus {
pub endpoint_arn: Option<String>,
pub replication_instance_arn: Option<String>,
pub status: Option<RefreshSchemasStatusTypeValue>,
pub last_refresh_date: Option<DateTime>,
pub last_failure_message: Option<String>,
}
Expand description
Provides information that describes status of a schema at an endpoint specified by the
DescribeRefreshSchemaStatus
operation.
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.endpoint_arn: Option<String>
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
replication_instance_arn: Option<String>
The Amazon Resource Name (ARN) of the replication instance.
status: Option<RefreshSchemasStatusTypeValue>
The status of the schema.
last_refresh_date: Option<DateTime>
The date the schema was last refreshed.
last_failure_message: Option<String>
The last failure message for the schema.
Implementations
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
The Amazon Resource Name (ARN) of the replication instance.
The status of the schema.
The date the schema was last refreshed.
The last failure message for the schema.
Creates a new builder-style object to manufacture RefreshSchemasStatus
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 RefreshSchemasStatus
impl Send for RefreshSchemasStatus
impl Sync for RefreshSchemasStatus
impl Unpin for RefreshSchemasStatus
impl UnwindSafe for RefreshSchemasStatus
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