Values.SchemaSummarySourceThe schema summary for the objects listed by the request.
type nonrec t = {name : TableAlias.t option;The name for the schema object.
*)type_ : SchemaType.t option;The type of schema object.
*)creatorAccountId : AccountId.t option;The unique account ID for the Amazon Web Services account that owns the schema.
*)createTime : Timestamp.t option;The time the schema object was created.
*)updateTime : Timestamp.t option;The time the schema object was last updated.
*)collaborationId : UUID.t option;The unique ID for the collaboration that the schema belongs to.
*)collaborationArn : CollaborationArn.t option;The unique ARN for the collaboration that the schema belongs to.
*)analysisRuleTypes : AnalysisRuleTypeList.t option;The types of analysis rules that are associated with this schema object.
*)analysisMethod : AnalysisMethod.t option;The analysis method for the associated schema. DIRECT_QUERY allows SQL queries to be run directly on this table. DIRECT_JOB allows PySpark jobs to be run directly on this table. MULTIPLE allows both SQL queries and PySpark jobs to be run directly on this table.
*)resourceArn : SchemaResourceArn.t option;The Amazon Resource Name (ARN) of the schema summary resource.
*)selectedAnalysisMethods : SelectedAnalysisMethods.t option;The selected analysis methods for the schema.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of TableAlias.t
| `Timestamp of Timestamp.t ])
list ]