Values_3.AccountAttributeSourceDescribes an account attribute.
type nonrec t = {attributeName : Values_0.String_.t option;The name of the account attribute.
*)attributeValues : Values_1.AccountAttributeValueList.t option;The values for the account attribute.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Values_0.String_.t ]) list ]
list
| `String of Values_0.String_.t ])
list ]