UpdateShardCountOutput constructor

UpdateShardCountOutput({
  1. int? currentShardCount,
  2. String? streamName,
  3. int? targetShardCount,
})

Implementation

UpdateShardCountOutput({
  this.currentShardCount,
  this.streamName,
  this.targetShardCount,
});