Describe Filter
personalize_describe_filter | R Documentation |
Describes a filter's properties¶
Description¶
Describes a filter's properties.
Usage¶
Arguments¶
filterArn
[required] The ARN of the filter to describe.
Value¶
A list with the following syntax:
list(
filter = list(
name = "string",
filterArn = "string",
creationDateTime = as.POSIXct(
"2015-01-01"
),
lastUpdatedDateTime = as.POSIXct(
"2015-01-01"
),
datasetGroupArn = "string",
failureReason = "string",
filterExpression = "string",
status = "string"
)
)