AwsS3Data constructor

AwsS3Data({
  1. String? s3SchemaVersion,
  2. String? configurationId,
  3. AwsS3Bucket? bucket,
  4. AWSS3EventObject? object,
})

Implementation

AwsS3Data(
    {this.s3SchemaVersion, this.configurationId, this.bucket, this.object});