AffectedEntity constructor

AffectedEntity({
  1. String? awsAccountId,
  2. String? entityArn,
  3. String? entityUrl,
  4. String? entityValue,
  5. String? eventArn,
  6. DateTime? lastUpdatedTime,
  7. EntityStatusCode? statusCode,
  8. Map<String, String>? tags,
})

Implementation

AffectedEntity({
  this.awsAccountId,
  this.entityArn,
  this.entityUrl,
  this.entityValue,
  this.eventArn,
  this.lastUpdatedTime,
  this.statusCode,
  this.tags,
});