Struct aws_sdk_glue::output::CreateSchemaOutput
source · #[non_exhaustive]pub struct CreateSchemaOutput { /* private fields */ }Implementations§
source§impl CreateSchemaOutput
impl CreateSchemaOutput
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 the 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 schema compatibility mode.
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.
The tags for the schema.
sourcepub fn schema_version_id(&self) -> Option<&str>
pub fn schema_version_id(&self) -> Option<&str>
The unique identifier of the first schema version.
sourcepub fn schema_version_status(&self) -> Option<&SchemaVersionStatus>
pub fn schema_version_status(&self) -> Option<&SchemaVersionStatus>
The status of the first schema version created.
source§impl CreateSchemaOutput
impl CreateSchemaOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSchemaOutput.
Trait Implementations§
source§impl Clone for CreateSchemaOutput
impl Clone for CreateSchemaOutput
source§fn clone(&self) -> CreateSchemaOutput
fn clone(&self) -> CreateSchemaOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CreateSchemaOutput
impl Debug for CreateSchemaOutput
source§impl PartialEq<CreateSchemaOutput> for CreateSchemaOutput
impl PartialEq<CreateSchemaOutput> for CreateSchemaOutput
source§fn eq(&self, other: &CreateSchemaOutput) -> bool
fn eq(&self, other: &CreateSchemaOutput) -> bool
self and other values to be equal, and is used
by ==.