PutRecordOutput constructor
PutRecordOutput({
- required String sequenceNumber,
- required String shardId,
- EncryptionType? encryptionType,
Implementation
PutRecordOutput({
required this.sequenceNumber,
required this.shardId,
this.encryptionType,
});