ListShardsOutput constructor

ListShardsOutput({
  1. String? nextToken,
  2. List<Shard>? shards,
})

Implementation

ListShardsOutput({
  this.nextToken,
  this.shards,
});