Class: Aws::LookoutMetrics::Types::ListAlertsRequest

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 alert's detector.

Returns:

  • (String)


1796
1797
1798
1799
1800
1801
1802
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1796

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

#max_resultsInteger

The maximum number of results that will be displayed by the request.

Returns:

  • (Integer)


1796
1797
1798
1799
1800
1801
1802
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1796

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

#next_tokenString

If the result of the previous request is 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)


1796
1797
1798
1799
1800
1801
1802
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1796

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