Class: Aws::LookoutMetrics::Types::ListMetricSetsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_arnString

The ARN of the anomaly detector containing the metrics sets to list.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2044

class ListMetricSetsRequest < Struct.new(
  :anomaly_detector_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2044
2045
2046
2047
2048
2049
2050
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2044

class ListMetricSetsRequest < Struct.new(
  :anomaly_detector_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


2044
2045
2046
2047
2048
2049
2050
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2044

class ListMetricSetsRequest < Struct.new(
  :anomaly_detector_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end