Class: Aws::DatabaseMigrationService::Types::DescribeReplicationTableStatisticsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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`.

Returns:

  • (String)


4386
4387
4388
4389
4390
4391
4392
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4386

class DescribeReplicationTableStatisticsResponse < Struct.new(
  :replication_config_arn,
  :marker,
  :replication_table_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#replication_config_arnString

The Amazon Resource Name of the replication config.

Returns:

  • (String)


4386
4387
4388
4389
4390
4391
4392
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4386

class DescribeReplicationTableStatisticsResponse < Struct.new(
  :replication_config_arn,
  :marker,
  :replication_table_statistics)
  SENSITIVE = []
  include Aws::Structure
end

#replication_table_statisticsArray<Types::TableStatistics>

Returns table statistics on the replication, including table name, rows inserted, rows updated, and rows deleted.

Returns:



4386
4387
4388
4389
4390
4391
4392
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4386

class DescribeReplicationTableStatisticsResponse < Struct.new(
  :replication_config_arn,
  :marker,
  :replication_table_statistics)
  SENSITIVE = []
  include Aws::Structure
end