Struct aws_sdk_appsync::output::StartSchemaCreationOutput
source · #[non_exhaustive]pub struct StartSchemaCreationOutput { /* private fields */ }
Implementations§
source§impl StartSchemaCreationOutput
impl StartSchemaCreationOutput
sourcepub fn status(&self) -> Option<&SchemaStatus>
pub fn status(&self) -> Option<&SchemaStatus>
The current state of the schema (PROCESSING, FAILED, SUCCESS, or NOT_APPLICABLE). When the schema is in the ACTIVE state, you can add data.
source§impl StartSchemaCreationOutput
impl StartSchemaCreationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartSchemaCreationOutput
.
Trait Implementations§
source§impl Clone for StartSchemaCreationOutput
impl Clone for StartSchemaCreationOutput
source§fn clone(&self) -> StartSchemaCreationOutput
fn clone(&self) -> StartSchemaCreationOutput
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 StartSchemaCreationOutput
impl Debug for StartSchemaCreationOutput
source§impl PartialEq<StartSchemaCreationOutput> for StartSchemaCreationOutput
impl PartialEq<StartSchemaCreationOutput> for StartSchemaCreationOutput
source§fn eq(&self, other: &StartSchemaCreationOutput) -> bool
fn eq(&self, other: &StartSchemaCreationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.