StreamDescription constructor
StreamDescription({
- DateTime? creationRequestDateTime,
- List<
KeySchemaElement> ? keySchema, - String? lastEvaluatedShardId,
- List<
Shard> ? shards, - String? streamArn,
- String? streamLabel,
- StreamStatus? streamStatus,
- StreamViewType? streamViewType,
- String? tableName,
Implementation
StreamDescription({
this.creationRequestDateTime,
this.keySchema,
this.lastEvaluatedShardId,
this.shards,
this.streamArn,
this.streamLabel,
this.streamStatus,
this.streamViewType,
this.tableName,
});