Describe Detector
frauddetector_describe_detector | R Documentation |
Gets all versions for a specified detector¶
Description¶
Gets all versions for a specified detector.
Usage¶
Arguments¶
detectorId
[required] The detector ID.
nextToken
The next token from the previous response.
maxResults
The maximum number of results to return for the request.
Value¶
A list with the following syntax:
list(
detectorId = "string",
detectorVersionSummaries = list(
list(
detectorVersionId = "string",
status = "DRAFT"|"ACTIVE"|"INACTIVE",
description = "string",
lastUpdatedTime = "string"
)
),
nextToken = "string",
arn = "string"
)