Values.AnalyzedResourceSummarySourceContains the ARN of the analyzed resource.
type nonrec t = {resourceArn : ResourceArn.t option;The ARN of the analyzed resource.
*)resourceOwnerAccount : String_.t option;The Amazon Web Services account ID that owns the resource.
*)resourceType : ResourceType.t option;The type of resource that was analyzed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ResourceArn.t ]) list ]