Struct aws_sdk_glue::input::GetSchemaVersionInput
source · #[non_exhaustive]pub struct GetSchemaVersionInput { /* private fields */ }Implementations§
source§impl GetSchemaVersionInput
impl GetSchemaVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSchemaVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSchemaVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSchemaVersion>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSchemaVersionInput.
source§impl GetSchemaVersionInput
impl GetSchemaVersionInput
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.
sourcepub fn schema_version_id(&self) -> Option<&str>
pub fn schema_version_id(&self) -> Option<&str>
The SchemaVersionId of the schema version. This field is required for fetching by schema ID. Either this or the SchemaId wrapper has to be provided.
sourcepub fn schema_version_number(&self) -> Option<&SchemaVersionNumber>
pub fn schema_version_number(&self) -> Option<&SchemaVersionNumber>
The version number of the schema.
Trait Implementations§
source§impl Clone for GetSchemaVersionInput
impl Clone for GetSchemaVersionInput
source§fn clone(&self) -> GetSchemaVersionInput
fn clone(&self) -> GetSchemaVersionInput
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 GetSchemaVersionInput
impl Debug for GetSchemaVersionInput
source§impl PartialEq<GetSchemaVersionInput> for GetSchemaVersionInput
impl PartialEq<GetSchemaVersionInput> for GetSchemaVersionInput
source§fn eq(&self, other: &GetSchemaVersionInput) -> bool
fn eq(&self, other: &GetSchemaVersionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.