#[non_exhaustive]pub struct DescribeRefreshSchemasStatusOutput { /* private fields */ }
Expand description
Implementations§
source§impl DescribeRefreshSchemasStatusOutput
impl DescribeRefreshSchemasStatusOutput
sourcepub fn refresh_schemas_status(&self) -> Option<&RefreshSchemasStatus>
pub fn refresh_schemas_status(&self) -> Option<&RefreshSchemasStatus>
The status of the schema.
source§impl DescribeRefreshSchemasStatusOutput
impl DescribeRefreshSchemasStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeRefreshSchemasStatusOutput
.
Trait Implementations§
source§impl Clone for DescribeRefreshSchemasStatusOutput
impl Clone for DescribeRefreshSchemasStatusOutput
source§fn clone(&self) -> DescribeRefreshSchemasStatusOutput
fn clone(&self) -> DescribeRefreshSchemasStatusOutput
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 PartialEq<DescribeRefreshSchemasStatusOutput> for DescribeRefreshSchemasStatusOutput
impl PartialEq<DescribeRefreshSchemasStatusOutput> for DescribeRefreshSchemasStatusOutput
source§fn eq(&self, other: &DescribeRefreshSchemasStatusOutput) -> bool
fn eq(&self, other: &DescribeRefreshSchemasStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.