DescribeTableStatisticsResponse constructor
DescribeTableStatisticsResponse({
- String? marker,
- String? replicationTaskArn,
- List<
TableStatistics> ? tableStatistics,
Implementation
DescribeTableStatisticsResponse({
this.marker,
this.replicationTaskArn,
this.tableStatistics,
});