AuditNotificationTarget constructor

AuditNotificationTarget({
  1. bool? enabled,
  2. String? roleArn,
  3. String? targetArn,
})

Implementation

AuditNotificationTarget({
  this.enabled,
  this.roleArn,
  this.targetArn,
});