records property

  1. @JsonKey(name: 'Records')
List<AwsSQSEventRecord>? records
final

The SQS message records that have been send with the event.

Implementation

@JsonKey(name: 'Records')
final List<AwsSQSEventRecord>? records;