Module: Aws::DatabaseMigrationService::Client::_DescribeReplicationTableStatisticsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeReplicationTableStatisticsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #marker ⇒ ::String
- #replication_config_arn ⇒ ::String
- #replication_table_statistics ⇒ ::Array[Types::TableStatistics]
Instance Method Details
#marker ⇒ ::String
1303 |
# File 'sig/client.rbs', line 1303
def marker: () -> ::String
|
#replication_config_arn ⇒ ::String
1302 |
# File 'sig/client.rbs', line 1302
def replication_config_arn: () -> ::String
|
#replication_table_statistics ⇒ ::Array[Types::TableStatistics]
1304 |
# File 'sig/client.rbs', line 1304
def replication_table_statistics: () -> ::Array[Types::TableStatistics]
|