List Profile Attribute Values
customerprofiles_list_profile_attribute_values | R Documentation |
Fetch the possible attribute values given the attribute name¶
Description¶
Fetch the possible attribute values given the attribute name.
Usage¶
Arguments¶
DomainName
[required] The unique identifier of the domain.
AttributeName
[required] The attribute name.
Value¶
A list with the following syntax:
list(
DomainName = "string",
AttributeName = "string",
Items = list(
list(
Value = "string"
)
),
StatusCode = 123
)