Values.GetInvestigationGroupRequestSourceReturns the configuration information for the specified investigation group.
type nonrec t = {identifier : InvestigationGroupIdentifier.t;Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of InvestigationGroupIdentifier.t ]) list ]