MitigationActionIdentifier constructor

MitigationActionIdentifier({
  1. String? actionArn,
  2. String? actionName,
  3. DateTime? creationDate,
})

Implementation

MitigationActionIdentifier({
  this.actionArn,
  this.actionName,
  this.creationDate,
});