Values_1.ParametersSourceA list of Quick Sight parameters and the list's override values.
type nonrec t = {stringParameters : StringParameterList.t option;The parameters that have a data type of string.
*)integerParameters : IntegerParameterList.t option;The parameters that have a data type of integer.
*)decimalParameters : DecimalParameterList.t option;The parameters that have a data type of decimal.
*)dateTimeParameters : DateTimeParameterList.t option;The parameters that have a data type of date-time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Double of Values_0.SensitiveDouble.t
| `Long of Values_0.SensitiveLong.t
| `String of Values_0.SensitiveString.t
| `Timestamp of Values_0.SensitiveTimestamp.t ]
list
| `String of Values_0.NonEmptyString.t ])
list ]
list ])
list ]