Class: Aws::DatabaseMigrationService::Types::DescribeReplicationTableStatisticsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeReplicationTableStatisticsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
An optional pagination token provided by a previous request.
-
#replication_config_arn ⇒ String
The Amazon Resource Name of the replication config.
-
#replication_table_statistics ⇒ Array<Types::TableStatistics>
Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.
Instance Attribute Details
#marker ⇒ 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`.
4746 4747 4748 4749 4750 4751 4752 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4746 class DescribeReplicationTableStatisticsResponse < Struct.new( :replication_config_arn, :marker, :replication_table_statistics) SENSITIVE = [] include Aws::Structure end |
#replication_config_arn ⇒ String
The Amazon Resource Name of the replication config.
4746 4747 4748 4749 4750 4751 4752 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4746 class DescribeReplicationTableStatisticsResponse < Struct.new( :replication_config_arn, :marker, :replication_table_statistics) SENSITIVE = [] include Aws::Structure end |
#replication_table_statistics ⇒ Array<Types::TableStatistics>
Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.
4746 4747 4748 4749 4750 4751 4752 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4746 class DescribeReplicationTableStatisticsResponse < Struct.new( :replication_config_arn, :marker, :replication_table_statistics) SENSITIVE = [] include Aws::Structure end |