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