#[non_exhaustive]pub struct RefreshSchemasStatus { /* private fields */ }
Expand description
Provides information that describes status of a schema at an endpoint specified by the DescribeRefreshSchemaStatus
operation.
Implementations§
source§impl RefreshSchemasStatus
impl RefreshSchemasStatus
sourcepub fn endpoint_arn(&self) -> Option<&str>
pub fn endpoint_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.
sourcepub fn replication_instance_arn(&self) -> Option<&str>
pub fn replication_instance_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the replication instance.
sourcepub fn status(&self) -> Option<&RefreshSchemasStatusTypeValue>
pub fn status(&self) -> Option<&RefreshSchemasStatusTypeValue>
The status of the schema.
sourcepub fn last_refresh_date(&self) -> Option<&DateTime>
pub fn last_refresh_date(&self) -> Option<&DateTime>
The date the schema was last refreshed.
sourcepub fn last_failure_message(&self) -> Option<&str>
pub fn last_failure_message(&self) -> Option<&str>
The last failure message for the schema.
source§impl RefreshSchemasStatus
impl RefreshSchemasStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RefreshSchemasStatus
.
Trait Implementations§
source§impl Clone for RefreshSchemasStatus
impl Clone for RefreshSchemasStatus
source§fn clone(&self) -> RefreshSchemasStatus
fn clone(&self) -> RefreshSchemasStatus
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 Debug for RefreshSchemasStatus
impl Debug for RefreshSchemasStatus
source§impl PartialEq<RefreshSchemasStatus> for RefreshSchemasStatus
impl PartialEq<RefreshSchemasStatus> for RefreshSchemasStatus
source§fn eq(&self, other: &RefreshSchemasStatus) -> bool
fn eq(&self, other: &RefreshSchemasStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.