records property
The SQS message records that have been send with the event.
Implementation
@JsonKey(name: 'Records')
final List<AwsSQSEventRecord>? records;
The SQS message records that have been send with the event.
@JsonKey(name: 'Records')
final List<AwsSQSEventRecord>? records;