Values.LogGroupSummarySourceThis structure contains information about one log group in your account.
type nonrec t = {logGroupName : LogGroupName.t option;The name of the log group.
*)logGroupArn : Arn.t option;The Amazon Resource Name (ARN) of the log group.
*)logGroupClass : LogGroupClass.t option;The log group class for this log group. For details about the features supported by each log group class, see Log classes
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of LogGroupName.t ]) list ]