Lists the datasets in the current AWS Region.
See https://www.paws-r-sdk.com/docs/lookoutmetrics_list_metric_sets/ for full documentation.
lookoutmetrics_list_metric_sets(
AnomalyDetectorArn = NULL,
MaxResults = NULL,
NextToken = NULL
)
The ARN of the anomaly detector containing the metrics sets to list.
The maximum number of results to return.
If the result of the previous request was truncated, the response
includes a NextToken
. To retrieve the next set of results, use the
token in the next request. Tokens expire after 24 hours.