Struct aws_sdk_glue::model::SchemaVersionListItem
source · #[non_exhaustive]pub struct SchemaVersionListItem { /* private fields */ }Expand description
An object containing the details about a schema version.
Implementations§
source§impl SchemaVersionListItem
impl SchemaVersionListItem
sourcepub fn schema_arn(&self) -> Option<&str>
pub fn schema_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the schema.
sourcepub fn schema_version_id(&self) -> Option<&str>
pub fn schema_version_id(&self) -> Option<&str>
The unique identifier of the schema version.
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 SchemaVersionListItem
impl SchemaVersionListItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SchemaVersionListItem.
Trait Implementations§
source§impl Clone for SchemaVersionListItem
impl Clone for SchemaVersionListItem
source§fn clone(&self) -> SchemaVersionListItem
fn clone(&self) -> SchemaVersionListItem
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 SchemaVersionListItem
impl Debug for SchemaVersionListItem
source§impl PartialEq<SchemaVersionListItem> for SchemaVersionListItem
impl PartialEq<SchemaVersionListItem> for SchemaVersionListItem
source§fn eq(&self, other: &SchemaVersionListItem) -> bool
fn eq(&self, other: &SchemaVersionListItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.