#[non_exhaustive]pub struct DescribeTableStatisticsOutput { /* private fields */ }
Expand description
Implementations§
source§impl DescribeTableStatisticsOutput
impl DescribeTableStatisticsOutput
sourcepub fn replication_task_arn(&self) -> Option<&str>
pub fn replication_task_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the replication task.
sourcepub fn table_statistics(&self) -> Option<&[TableStatistics]>
pub fn table_statistics(&self) -> Option<&[TableStatistics]>
The table statistics.
source§impl DescribeTableStatisticsOutput
impl DescribeTableStatisticsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTableStatisticsOutput
.
Trait Implementations§
source§impl Clone for DescribeTableStatisticsOutput
impl Clone for DescribeTableStatisticsOutput
source§fn clone(&self) -> DescribeTableStatisticsOutput
fn clone(&self) -> DescribeTableStatisticsOutput
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<DescribeTableStatisticsOutput> for DescribeTableStatisticsOutput
impl PartialEq<DescribeTableStatisticsOutput> for DescribeTableStatisticsOutput
source§fn eq(&self, other: &DescribeTableStatisticsOutput) -> bool
fn eq(&self, other: &DescribeTableStatisticsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.