AwsS3EventRecord constructor

const AwsS3EventRecord(
  1. {String eventName,
  2. String eventSource,
  3. String awsRegion,
  4. DateTime eventTime,
  5. String eventVersion,
  6. AwsS3UserIdentity userIdentity,
  7. Map<String, String> requestParameters,
  8. Map<String, String> responseElements,
  9. AwsS3Data s3}
)

Implementation

const AwsS3EventRecord(
    {this.eventName,
    this.eventSource,
    this.awsRegion,
    this.eventTime,
    this.eventVersion,
    this.userIdentity,
    this.requestParameters,
    this.responseElements,
    this.s3});