Values.ResponsePlanSummarySourceDetails of the response plan that are used when creating an incident.
type nonrec t = {arn : Arn.t option;The Amazon Resource Name (ARN) of the response plan.
*)displayName : ResponsePlanDisplayName.t option;The human readable name of the response plan. This can include spaces.
*)name : ResponsePlanName.t option;The name of the response plan. This can't include spaces.
*)}