PutRecordOutput constructor

PutRecordOutput({
  1. required String sequenceNumber,
  2. required String shardId,
  3. EncryptionType? encryptionType,
})

Implementation

PutRecordOutput({
  required this.sequenceNumber,
  required this.shardId,
  this.encryptionType,
});