Struct aws_sdk_glue::output::GetSchemaOutput
source · #[non_exhaustive]pub struct GetSchemaOutput { /* private fields */ }Implementations§
source§impl GetSchemaOutput
impl GetSchemaOutput
sourcepub fn registry_name(&self) -> Option<&str>
pub fn registry_name(&self) -> Option<&str>
The name of the registry.
sourcepub fn registry_arn(&self) -> Option<&str>
pub fn registry_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the registry.
sourcepub fn schema_name(&self) -> Option<&str>
pub fn schema_name(&self) -> Option<&str>
The name of the schema.
sourcepub fn schema_arn(&self) -> Option<&str>
pub fn schema_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the schema.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of schema if specified when created
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 compatibility(&self) -> Option<&Compatibility>
pub fn compatibility(&self) -> Option<&Compatibility>
The compatibility mode of the schema.
sourcepub fn schema_checkpoint(&self) -> i64
pub fn schema_checkpoint(&self) -> i64
The version number of the checkpoint (the last time the compatibility mode was changed).
sourcepub fn latest_schema_version(&self) -> i64
pub fn latest_schema_version(&self) -> i64
The latest version of the schema associated with the returned schema definition.
sourcepub fn next_schema_version(&self) -> i64
pub fn next_schema_version(&self) -> i64
The next version of the schema associated with the returned schema definition.
sourcepub fn schema_status(&self) -> Option<&SchemaStatus>
pub fn schema_status(&self) -> Option<&SchemaStatus>
The status of the schema.
sourcepub fn created_time(&self) -> Option<&str>
pub fn created_time(&self) -> Option<&str>
The date and time the schema was created.
sourcepub fn updated_time(&self) -> Option<&str>
pub fn updated_time(&self) -> Option<&str>
The date and time the schema was updated.
source§impl GetSchemaOutput
impl GetSchemaOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSchemaOutput.
Trait Implementations§
source§impl Clone for GetSchemaOutput
impl Clone for GetSchemaOutput
source§fn clone(&self) -> GetSchemaOutput
fn clone(&self) -> GetSchemaOutput
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 GetSchemaOutput
impl Debug for GetSchemaOutput
source§impl PartialEq<GetSchemaOutput> for GetSchemaOutput
impl PartialEq<GetSchemaOutput> for GetSchemaOutput
source§fn eq(&self, other: &GetSchemaOutput) -> bool
fn eq(&self, other: &GetSchemaOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.