Struct aws_sdk_glue::input::GetSchemaByDefinitionInput
source · #[non_exhaustive]pub struct GetSchemaByDefinitionInput { /* private fields */ }Implementations§
source§impl GetSchemaByDefinitionInput
impl GetSchemaByDefinitionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSchemaByDefinition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSchemaByDefinition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSchemaByDefinition>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSchemaByDefinitionInput.
source§impl GetSchemaByDefinitionInput
impl GetSchemaByDefinitionInput
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_definition(&self) -> Option<&str>
pub fn schema_definition(&self) -> Option<&str>
The definition of the schema for which schema details are required.
Trait Implementations§
source§impl Clone for GetSchemaByDefinitionInput
impl Clone for GetSchemaByDefinitionInput
source§fn clone(&self) -> GetSchemaByDefinitionInput
fn clone(&self) -> GetSchemaByDefinitionInput
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 GetSchemaByDefinitionInput
impl Debug for GetSchemaByDefinitionInput
source§impl PartialEq<GetSchemaByDefinitionInput> for GetSchemaByDefinitionInput
impl PartialEq<GetSchemaByDefinitionInput> for GetSchemaByDefinitionInput
source§fn eq(&self, other: &GetSchemaByDefinitionInput) -> bool
fn eq(&self, other: &GetSchemaByDefinitionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.