customerprofiles_list_object_type_attributes {paws.customer.engagement}R Documentation

Fetch the possible attribute values given the attribute name

Description

Fetch the possible attribute values given the attribute name.

See https://www.paws-r-sdk.com/docs/customerprofiles_list_object_type_attributes/ for full documentation.

Usage

customerprofiles_list_object_type_attributes(
  NextToken = NULL,
  MaxResults = NULL,
  DomainName,
  ObjectTypeName
)

Arguments

NextToken

The pagination token from the previous call.

MaxResults

The maximum number of objects returned per page.

DomainName

[required] The unique identifier of the domain.

ObjectTypeName

[required] The name of the profile object type.


[Package paws.customer.engagement version 0.9.0 Index]