Values_0.MitigationActionIdentifierSourceInformation that identifies a mitigation action. This information is returned by ListMitigationActions.
type nonrec t = {actionName : MitigationActionName.t option;The friendly name of the mitigation action.
*)actionArn : MitigationActionArn.t option;The IAM role ARN used to apply this mitigation action.
*)creationDate : Timestamp.t option;The date when this mitigation action was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of MitigationActionName.t | `Timestamp of Timestamp.t ])
list ]