Struct aws_sdk_glue::input::GetSchemaVersionsDiffInput
source · #[non_exhaustive]pub struct GetSchemaVersionsDiffInput { /* private fields */ }Implementations§
source§impl GetSchemaVersionsDiffInput
impl GetSchemaVersionsDiffInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSchemaVersionsDiff, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSchemaVersionsDiff, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSchemaVersionsDiff>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSchemaVersionsDiffInput.
source§impl GetSchemaVersionsDiffInput
impl GetSchemaVersionsDiffInput
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 first_schema_version_number(&self) -> Option<&SchemaVersionNumber>
pub fn first_schema_version_number(&self) -> Option<&SchemaVersionNumber>
The first of the two schema versions to be compared.
sourcepub fn second_schema_version_number(&self) -> Option<&SchemaVersionNumber>
pub fn second_schema_version_number(&self) -> Option<&SchemaVersionNumber>
The second of the two schema versions to be compared.
sourcepub fn schema_diff_type(&self) -> Option<&SchemaDiffType>
pub fn schema_diff_type(&self) -> Option<&SchemaDiffType>
Refers to SYNTAX_DIFF, which is the currently supported diff type.
Trait Implementations§
source§impl Clone for GetSchemaVersionsDiffInput
impl Clone for GetSchemaVersionsDiffInput
source§fn clone(&self) -> GetSchemaVersionsDiffInput
fn clone(&self) -> GetSchemaVersionsDiffInput
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 GetSchemaVersionsDiffInput
impl Debug for GetSchemaVersionsDiffInput
source§impl PartialEq<GetSchemaVersionsDiffInput> for GetSchemaVersionsDiffInput
impl PartialEq<GetSchemaVersionsDiffInput> for GetSchemaVersionsDiffInput
source§fn eq(&self, other: &GetSchemaVersionsDiffInput) -> bool
fn eq(&self, other: &GetSchemaVersionsDiffInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.