Struct aws_sdk_glue::input::GetSchemaVersionInput  
source · [−]#[non_exhaustive]pub struct GetSchemaVersionInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for GetSchemaVersionInput
 
impl Clone for GetSchemaVersionInput
sourcefn clone(&self) -> GetSchemaVersionInput
 
fn clone(&self) -> GetSchemaVersionInput
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 GetSchemaVersionInput
 
impl Debug for GetSchemaVersionInput
sourceimpl PartialEq<GetSchemaVersionInput> for GetSchemaVersionInput
 
impl PartialEq<GetSchemaVersionInput> for GetSchemaVersionInput
sourcefn eq(&self, other: &GetSchemaVersionInput) -> bool
 
fn eq(&self, other: &GetSchemaVersionInput) -> bool
impl StructuralPartialEq for GetSchemaVersionInput
Auto Trait Implementations
impl RefUnwindSafe for GetSchemaVersionInput
impl Send for GetSchemaVersionInput
impl Sync for GetSchemaVersionInput
impl Unpin for GetSchemaVersionInput
impl UnwindSafe for GetSchemaVersionInput
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