DescribeMitigationActionResponse constructor
DescribeMitigationActionResponse({
- String? actionArn,
- String? actionId,
- String? actionName,
- MitigationActionParams? actionParams,
- MitigationActionType? actionType,
- DateTime? creationDate,
- DateTime? lastModifiedDate,
- String? roleArn,
Implementation
DescribeMitigationActionResponse({
this.actionArn,
this.actionId,
this.actionName,
this.actionParams,
this.actionType,
this.creationDate,
this.lastModifiedDate,
this.roleArn,
});