Struct aws_sdk_databasemigration::operation::describe_replication_table_statistics::DescribeReplicationTableStatisticsOutput
source · #[non_exhaustive]pub struct DescribeReplicationTableStatisticsOutput {
pub replication_config_arn: Option<String>,
pub marker: Option<String>,
pub replication_table_statistics: Option<Vec<TableStatistics>>,
/* private fields */
}
Expand description
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.replication_config_arn: Option<String>
The Amazon Resource Name of the replication config.
marker: Option<String>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
replication_table_statistics: Option<Vec<TableStatistics>>
Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.
Implementations§
source§impl DescribeReplicationTableStatisticsOutput
impl DescribeReplicationTableStatisticsOutput
sourcepub fn replication_config_arn(&self) -> Option<&str>
pub fn replication_config_arn(&self) -> Option<&str>
The Amazon Resource Name of the replication config.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords
.
sourcepub fn replication_table_statistics(&self) -> Option<&[TableStatistics]>
pub fn replication_table_statistics(&self) -> Option<&[TableStatistics]>
Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.
source§impl DescribeReplicationTableStatisticsOutput
impl DescribeReplicationTableStatisticsOutput
sourcepub fn builder() -> DescribeReplicationTableStatisticsOutputBuilder
pub fn builder() -> DescribeReplicationTableStatisticsOutputBuilder
Creates a new builder-style object to manufacture DescribeReplicationTableStatisticsOutput
.
Trait Implementations§
source§impl Clone for DescribeReplicationTableStatisticsOutput
impl Clone for DescribeReplicationTableStatisticsOutput
source§fn clone(&self) -> DescribeReplicationTableStatisticsOutput
fn clone(&self) -> DescribeReplicationTableStatisticsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DescribeReplicationTableStatisticsOutput> for DescribeReplicationTableStatisticsOutput
impl PartialEq<DescribeReplicationTableStatisticsOutput> for DescribeReplicationTableStatisticsOutput
source§fn eq(&self, other: &DescribeReplicationTableStatisticsOutput) -> bool
fn eq(&self, other: &DescribeReplicationTableStatisticsOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeReplicationTableStatisticsOutput
impl RequestId for DescribeReplicationTableStatisticsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.