Struct aws_sdk_glue::input::UpdateSchemaInput
source · [−]#[non_exhaustive]pub struct UpdateSchemaInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for UpdateSchemaInput
impl Clone for UpdateSchemaInput
sourcefn clone(&self) -> UpdateSchemaInput
fn clone(&self) -> UpdateSchemaInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateSchemaInput
impl Debug for UpdateSchemaInput
sourceimpl PartialEq<UpdateSchemaInput> for UpdateSchemaInput
impl PartialEq<UpdateSchemaInput> for UpdateSchemaInput
sourcefn eq(&self, other: &UpdateSchemaInput) -> bool
fn eq(&self, other: &UpdateSchemaInput) -> bool
impl StructuralPartialEq for UpdateSchemaInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateSchemaInput
impl Send for UpdateSchemaInput
impl Sync for UpdateSchemaInput
impl Unpin for UpdateSchemaInput
impl UnwindSafe for UpdateSchemaInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more