Values.ClassificationScopeSummarySourceProvides information about the classification scope for an Amazon Macie account. Macie uses the scope's settings when it performs automated sensitive data discovery for the account.
type nonrec t = {id : ClassificationScopeId.t option;The unique identifier for the classification scope.
*)name : ClassificationScopeName.t option;The name of the classification scope: automated-sensitive-data-discovery.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ClassificationScopeId.t ]) list ]