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