Struct aws_sdk_glue::output::RegisterSchemaVersionOutput
source · #[non_exhaustive]pub struct RegisterSchemaVersionOutput { /* private fields */ }Implementations§
source§impl RegisterSchemaVersionOutput
impl RegisterSchemaVersionOutput
sourcepub fn schema_version_id(&self) -> Option<&str>
pub fn schema_version_id(&self) -> Option<&str>
The unique ID that represents the version of this schema.
sourcepub fn version_number(&self) -> i64
pub fn version_number(&self) -> i64
The version of this schema (for sync flow only, in case this is the first version).
sourcepub fn status(&self) -> Option<&SchemaVersionStatus>
pub fn status(&self) -> Option<&SchemaVersionStatus>
The status of the schema version.
source§impl RegisterSchemaVersionOutput
impl RegisterSchemaVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegisterSchemaVersionOutput.
Trait Implementations§
source§impl Clone for RegisterSchemaVersionOutput
impl Clone for RegisterSchemaVersionOutput
source§fn clone(&self) -> RegisterSchemaVersionOutput
fn clone(&self) -> RegisterSchemaVersionOutput
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 RegisterSchemaVersionOutput
impl Debug for RegisterSchemaVersionOutput
source§impl PartialEq<RegisterSchemaVersionOutput> for RegisterSchemaVersionOutput
impl PartialEq<RegisterSchemaVersionOutput> for RegisterSchemaVersionOutput
source§fn eq(&self, other: &RegisterSchemaVersionOutput) -> bool
fn eq(&self, other: &RegisterSchemaVersionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.