Struct aws_sdk_glue::output::BatchDeleteTableOutput
source · #[non_exhaustive]pub struct BatchDeleteTableOutput { /* private fields */ }Implementations§
source§impl BatchDeleteTableOutput
impl BatchDeleteTableOutput
sourcepub fn errors(&self) -> Option<&[TableError]>
pub fn errors(&self) -> Option<&[TableError]>
A list of errors encountered in attempting to delete the specified tables.
source§impl BatchDeleteTableOutput
impl BatchDeleteTableOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchDeleteTableOutput.
Trait Implementations§
source§impl Clone for BatchDeleteTableOutput
impl Clone for BatchDeleteTableOutput
source§fn clone(&self) -> BatchDeleteTableOutput
fn clone(&self) -> BatchDeleteTableOutput
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 BatchDeleteTableOutput
impl Debug for BatchDeleteTableOutput
source§impl PartialEq<BatchDeleteTableOutput> for BatchDeleteTableOutput
impl PartialEq<BatchDeleteTableOutput> for BatchDeleteTableOutput
source§fn eq(&self, other: &BatchDeleteTableOutput) -> bool
fn eq(&self, other: &BatchDeleteTableOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.