#[non_exhaustive]pub struct GetColumnStatisticsForTableOutput { /* private fields */ }Implementations§
source§impl GetColumnStatisticsForTableOutput
impl GetColumnStatisticsForTableOutput
sourcepub fn column_statistics_list(&self) -> Option<&[ColumnStatistics]>
pub fn column_statistics_list(&self) -> Option<&[ColumnStatistics]>
List of ColumnStatistics that failed to be retrieved.
sourcepub fn errors(&self) -> Option<&[ColumnError]>
pub fn errors(&self) -> Option<&[ColumnError]>
List of ColumnStatistics that failed to be retrieved.
source§impl GetColumnStatisticsForTableOutput
impl GetColumnStatisticsForTableOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetColumnStatisticsForTableOutput.
Trait Implementations§
source§impl Clone for GetColumnStatisticsForTableOutput
impl Clone for GetColumnStatisticsForTableOutput
source§fn clone(&self) -> GetColumnStatisticsForTableOutput
fn clone(&self) -> GetColumnStatisticsForTableOutput
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<GetColumnStatisticsForTableOutput> for GetColumnStatisticsForTableOutput
impl PartialEq<GetColumnStatisticsForTableOutput> for GetColumnStatisticsForTableOutput
source§fn eq(&self, other: &GetColumnStatisticsForTableOutput) -> bool
fn eq(&self, other: &GetColumnStatisticsForTableOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.