Skip to content

List Metric Attribution Metrics

personalize_list_metric_attribution_metrics R Documentation

Lists the metrics for the metric attribution

Description

Lists the metrics for the metric attribution.

Usage

personalize_list_metric_attribution_metrics(metricAttributionArn,
  nextToken, maxResults)

Arguments

metricAttributionArn

The Amazon Resource Name (ARN) of the metric attribution to retrieve attributes for.

nextToken

Specify the pagination token from a previous request to retrieve the next page of results.

maxResults

The maximum number of metrics to return in one page of results.

Value

A list with the following syntax:

list(
  metrics = list(
    list(
      eventType = "string",
      metricName = "string",
      expression = "string"
    )
  ),
  nextToken = "string"
)

Request syntax

svc$list_metric_attribution_metrics(
  metricAttributionArn = "string",
  nextToken = "string",
  maxResults = 123
)