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