Values.AccountAttributeSourceA name value pair that describes an aspect of an account.
type nonrec t = {attributeName : String_.t option;The name of the attribute.
*)attributeValues : AttributeValueList.t option;A list of attribute values.
*)}