AwsSQSEventRecord constructor

const AwsSQSEventRecord(
  1. {String messageId,
  2. String body,
  3. String receiptHandle,
  4. Map<String, dynamic> attributes,
  5. Map<String, dynamic> messageAttributes,
  6. String md5OfBody,
  7. String eventSource,
  8. String eventSourceARN,
  9. String awsRegion}
)

Implementation

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