StreamDescription constructor

StreamDescription({
  1. DateTime? creationRequestDateTime,
  2. List<KeySchemaElement>? keySchema,
  3. String? lastEvaluatedShardId,
  4. List<Shard>? shards,
  5. String? streamArn,
  6. String? streamLabel,
  7. StreamStatus? streamStatus,
  8. StreamViewType? streamViewType,
  9. String? tableName,
})

Implementation

StreamDescription({
  this.creationRequestDateTime,
  this.keySchema,
  this.lastEvaluatedShardId,
  this.shards,
  this.streamArn,
  this.streamLabel,
  this.streamStatus,
  this.streamViewType,
  this.tableName,
});