DescribeTableStatisticsResponse constructor

DescribeTableStatisticsResponse({
  1. String? marker,
  2. String? replicationTaskArn,
  3. List<TableStatistics>? tableStatistics,
})

Implementation

DescribeTableStatisticsResponse({
  this.marker,
  this.replicationTaskArn,
  this.tableStatistics,
});