const AwsSQSEventRecord()

in lib/events/sqs_event.dart [50:59]


  const AwsSQSEventRecord(
      {this.messageId,
      this.body,
      this.receiptHandle,
      this.attributes,
      this.messageAttributes,
      this.md5OfBody,
      this.eventSource,
      this.eventSourceARN,
      this.awsRegion});