Values.ReactiveOrganizationInsightSummarySourceInformation about a reactive insight. This object is returned by DescribeInsight.
type nonrec t = {id : InsightId.t option;The ID of the insight summary.
*)accountId : AwsAccountId.t option;The ID of the Amazon Web Services account.
*)organizationalUnitId : OrganizationalUnitId.t option;The ID of the organizational unit.
*)name : InsightName.t option;The name of the insight summary.
*)severity : InsightSeverity.t option;An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
*)status : InsightStatus.t option;An array of status values used to search for insights.
*)insightTimeRange : InsightTimeRange.t option;resourceCollection : ResourceCollection.t option;serviceCollection : ServiceCollection.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of InsightId.t
| `Structure of
(string
* [> `List of
[> `Enum of string
| `Structure of
(string
* [> `List of [> `String of TagValue.t ] list
| `String of AppBoundaryKey.t ])
list ]
list
| `Structure of
(string * [> `List of [> `String of StackName.t ] list ]) list
| `Timestamp of Timestamp.t ])
list ])
list ]