List Segment Definitions
customerprofiles_list_segment_definitions | R Documentation |
Lists all segment definitions under a domain¶
Description¶
Lists all segment definitions under a domain.
Usage¶
Arguments¶
DomainName
[required] The unique identifier of the domain.
MaxResults
The maximum number of objects returned per page.
NextToken
The pagination token from the previous call.
Value¶
A list with the following syntax:
list(
NextToken = "string",
Items = list(
list(
SegmentDefinitionName = "string",
DisplayName = "string",
Description = "string",
SegmentDefinitionArn = "string",
CreatedAt = as.POSIXct(
"2015-01-01"
),
Tags = list(
"string"
)
)
)
)