Class: Aws::LookoutMetrics::Types::ListMetricSetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::ListMetricSetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
The ARN of the anomaly detector containing the metrics sets to list.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
If the result of the previous request was truncated, the response includes a ‘NextToken`.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The ARN of the anomaly detector containing the metrics sets to list.
2044 2045 2046 2047 2048 2049 2050 |
# File '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_results ⇒ Integer
The maximum number of results to return.
2044 2045 2046 2047 2048 2049 2050 |
# File '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_token ⇒ String
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.
2044 2045 2046 2047 2048 2049 2050 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2044 class ListMetricSetsRequest < Struct.new( :anomaly_detector_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |