Struct aws_sdk_glue::input::UpdateSchemaInput
source · #[non_exhaustive]pub struct UpdateSchemaInput { /* private fields */ }Implementations§
source§impl UpdateSchemaInput
impl UpdateSchemaInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSchema, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSchema, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSchema>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSchemaInput.
source§impl UpdateSchemaInput
impl UpdateSchemaInput
sourcepub fn schema_id(&self) -> Option<&SchemaId>
pub fn schema_id(&self) -> Option<&SchemaId>
This is a wrapper structure to contain schema identity fields. The structure contains:
-
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of
SchemaArnorSchemaNamehas to be provided. -
SchemaId$SchemaName: The name of the schema. One of
SchemaArnorSchemaNamehas to be provided.
sourcepub fn schema_version_number(&self) -> Option<&SchemaVersionNumber>
pub fn schema_version_number(&self) -> Option<&SchemaVersionNumber>
Version number required for check pointing. One of VersionNumber or Compatibility has to be provided.
sourcepub fn compatibility(&self) -> Option<&Compatibility>
pub fn compatibility(&self) -> Option<&Compatibility>
The new compatibility setting for the schema.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The new description for the schema.
Trait Implementations§
source§impl Clone for UpdateSchemaInput
impl Clone for UpdateSchemaInput
source§fn clone(&self) -> UpdateSchemaInput
fn clone(&self) -> UpdateSchemaInput
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 UpdateSchemaInput
impl Debug for UpdateSchemaInput
source§impl PartialEq<UpdateSchemaInput> for UpdateSchemaInput
impl PartialEq<UpdateSchemaInput> for UpdateSchemaInput
source§fn eq(&self, other: &UpdateSchemaInput) -> bool
fn eq(&self, other: &UpdateSchemaInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.