Struct aws_sdk_glue::model::SchemaVersionErrorItem
source · #[non_exhaustive]pub struct SchemaVersionErrorItem { /* private fields */ }Expand description
An object that contains the error details for an operation on a schema version.
Implementations§
source§impl SchemaVersionErrorItem
impl SchemaVersionErrorItem
sourcepub fn version_number(&self) -> i64
pub fn version_number(&self) -> i64
The version number of the schema.
sourcepub fn error_details(&self) -> Option<&ErrorDetails>
pub fn error_details(&self) -> Option<&ErrorDetails>
The details of the error for the schema version.
source§impl SchemaVersionErrorItem
impl SchemaVersionErrorItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SchemaVersionErrorItem.
Trait Implementations§
source§impl Clone for SchemaVersionErrorItem
impl Clone for SchemaVersionErrorItem
source§fn clone(&self) -> SchemaVersionErrorItem
fn clone(&self) -> SchemaVersionErrorItem
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 SchemaVersionErrorItem
impl Debug for SchemaVersionErrorItem
source§impl PartialEq<SchemaVersionErrorItem> for SchemaVersionErrorItem
impl PartialEq<SchemaVersionErrorItem> for SchemaVersionErrorItem
source§fn eq(&self, other: &SchemaVersionErrorItem) -> bool
fn eq(&self, other: &SchemaVersionErrorItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.