Struct aws_sdk_glue::output::GetSchemaVersionOutput
source · #[non_exhaustive]pub struct GetSchemaVersionOutput { /* private fields */ }Implementations§
source§impl GetSchemaVersionOutput
impl GetSchemaVersionOutput
sourcepub fn schema_version_id(&self) -> Option<&str>
pub fn schema_version_id(&self) -> Option<&str>
The SchemaVersionId of the schema version.
sourcepub fn schema_definition(&self) -> Option<&str>
pub fn schema_definition(&self) -> Option<&str>
The schema definition for the schema ID.
sourcepub fn data_format(&self) -> Option<&DataFormat>
pub fn data_format(&self) -> Option<&DataFormat>
The data format of the schema definition. Currently AVRO, JSON and PROTOBUF are supported.
sourcepub fn schema_arn(&self) -> Option<&str>
pub fn schema_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the schema.
sourcepub fn version_number(&self) -> i64
pub fn version_number(&self) -> i64
The version number of the schema.
sourcepub fn status(&self) -> Option<&SchemaVersionStatus>
pub fn status(&self) -> Option<&SchemaVersionStatus>
The status of the schema version.
sourcepub fn created_time(&self) -> Option<&str>
pub fn created_time(&self) -> Option<&str>
The date and time the schema version was created.
source§impl GetSchemaVersionOutput
impl GetSchemaVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSchemaVersionOutput.
Trait Implementations§
source§impl Clone for GetSchemaVersionOutput
impl Clone for GetSchemaVersionOutput
source§fn clone(&self) -> GetSchemaVersionOutput
fn clone(&self) -> GetSchemaVersionOutput
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 GetSchemaVersionOutput
impl Debug for GetSchemaVersionOutput
source§impl PartialEq<GetSchemaVersionOutput> for GetSchemaVersionOutput
impl PartialEq<GetSchemaVersionOutput> for GetSchemaVersionOutput
source§fn eq(&self, other: &GetSchemaVersionOutput) -> bool
fn eq(&self, other: &GetSchemaVersionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.