AwsSQSEventRecord constructor

const AwsSQSEventRecord({String messageId String body String receiptHandle Map<String, dynamic> attributes, Map<String, dynamic> messageAttributes, String md5OfBody String eventSource String eventSourceARN String awsRegion })

Implementation

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