Struct aws_sdk_glue::model::SchemaListItem
source · #[non_exhaustive]pub struct SchemaListItem { /* private fields */ }Expand description
An object that contains minimal details for a schema.
Implementations§
source§impl SchemaListItem
impl SchemaListItem
sourcepub fn registry_name(&self) -> Option<&str>
pub fn registry_name(&self) -> Option<&str>
the name of the registry where the schema resides.
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) for the schema.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description for the schema.
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 that a schema was created.
sourcepub fn updated_time(&self) -> Option<&str>
pub fn updated_time(&self) -> Option<&str>
The date and time that a schema was updated.
source§impl SchemaListItem
impl SchemaListItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SchemaListItem.
Trait Implementations§
source§impl Clone for SchemaListItem
impl Clone for SchemaListItem
source§fn clone(&self) -> SchemaListItem
fn clone(&self) -> SchemaListItem
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 SchemaListItem
impl Debug for SchemaListItem
source§impl PartialEq<SchemaListItem> for SchemaListItem
impl PartialEq<SchemaListItem> for SchemaListItem
source§fn eq(&self, other: &SchemaListItem) -> bool
fn eq(&self, other: &SchemaListItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.