DescribeMitigationActionResponse constructor

DescribeMitigationActionResponse({
  1. String? actionArn,
  2. String? actionId,
  3. String? actionName,
  4. MitigationActionParams? actionParams,
  5. MitigationActionType? actionType,
  6. DateTime? creationDate,
  7. DateTime? lastModifiedDate,
  8. String? roleArn,
})

Implementation

DescribeMitigationActionResponse({
  this.actionArn,
  this.actionId,
  this.actionName,
  this.actionParams,
  this.actionType,
  this.creationDate,
  this.lastModifiedDate,
  this.roleArn,
});