Struct aws_sdk_databasemigration::operation::describe_table_statistics::DescribeTableStatisticsOutput
source · #[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() -> DescribeTableStatisticsOutputBuilder
pub fn builder() -> DescribeTableStatisticsOutputBuilder
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 ==
.source§impl RequestId for DescribeTableStatisticsOutput
impl RequestId for DescribeTableStatisticsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeTableStatisticsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeTableStatisticsOutput
impl Send for DescribeTableStatisticsOutput
impl Sync for DescribeTableStatisticsOutput
impl Unpin for DescribeTableStatisticsOutput
impl UnwindSafe for DescribeTableStatisticsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more