Struct aws_sdk_glue::output::UpdateSchemaOutput
source · #[non_exhaustive]pub struct UpdateSchemaOutput { /* private fields */ }Implementations§
source§impl UpdateSchemaOutput
impl UpdateSchemaOutput
sourcepub fn schema_arn(&self) -> Option<&str>
pub fn schema_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the schema.
sourcepub fn schema_name(&self) -> Option<&str>
pub fn schema_name(&self) -> Option<&str>
The name of the schema.
sourcepub fn registry_name(&self) -> Option<&str>
pub fn registry_name(&self) -> Option<&str>
The name of the registry that contains the schema.
source§impl UpdateSchemaOutput
impl UpdateSchemaOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSchemaOutput.
Trait Implementations§
source§impl Clone for UpdateSchemaOutput
impl Clone for UpdateSchemaOutput
source§fn clone(&self) -> UpdateSchemaOutput
fn clone(&self) -> UpdateSchemaOutput
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 UpdateSchemaOutput
impl Debug for UpdateSchemaOutput
source§impl PartialEq<UpdateSchemaOutput> for UpdateSchemaOutput
impl PartialEq<UpdateSchemaOutput> for UpdateSchemaOutput
source§fn eq(&self, other: &UpdateSchemaOutput) -> bool
fn eq(&self, other: &UpdateSchemaOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.