Values_0.ParameterDeclarationSourceThe declaration definition of a parameter. For more information, see Parameters in Amazon Quick Sight in the Amazon Quick Suite User Guide. This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
type nonrec t = {stringParameterDeclaration : StringParameterDeclaration.t option;A parameter declaration for the String data type.
*)decimalParameterDeclaration : DecimalParameterDeclaration.t option;A parameter declaration for the Decimal data type.
*)integerParameterDeclaration : IntegerParameterDeclaration.t option;A parameter declaration for the Integer data type.
*)dateTimeParameterDeclaration : DateTimeParameterDeclaration.t option;A parameter declaration for the DateTime data type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `String of DataSetIdentifier.t ]) list ]
list
| `String of ParameterName.t
| `Structure of
(string
* [> `Double of SensitiveDouble.t
| `Enum of string
| `List of
[> `Double of SensitiveDoubleObject.t
| `Long of SensitiveLongObject.t
| `String of SensitiveStringObject.t
| `Timestamp of SensitiveTimestamp.t ]
list
| `Long of SensitiveLong.t
| `String of SensitiveString.t
| `Structure of
(string
* [> `String of DataSetIdentifier.t
| `Structure of
(string * [> `String of DataSetIdentifier.t ])
list ])
list
| `Timestamp of SensitiveTimestamp.t ])
list ])
list ])
list ]