Module: Aws::DatabaseMigrationService::Client::_DescribeTableStatisticsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTableStatisticsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #marker ⇒ ::String
- #replication_task_arn ⇒ ::String
- #table_statistics ⇒ ::Array[Types::TableStatistics]
Instance Method Details
#marker ⇒ ::String
1424 |
# File 'sig/client.rbs', line 1424
def marker: () -> ::String
|
#replication_task_arn ⇒ ::String
1422 |
# File 'sig/client.rbs', line 1422
def replication_task_arn: () -> ::String
|
#table_statistics ⇒ ::Array[Types::TableStatistics]
1423 |
# File 'sig/client.rbs', line 1423
def table_statistics: () -> ::Array[Types::TableStatistics]
|