Class: Aws::LookoutMetrics::Types::DescribeAnomalyDetectionExecutionsRequest

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 Amazon Resource Name (ARN) of the anomaly detector.

Returns:

  • (String)


1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1025

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

#max_resultsInteger

The number of items to return in the response.

Returns:

  • (Integer)


1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1025

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

#next_tokenString

Specify the pagination token that's returned by a previous request to retrieve the next page of results.

Returns:

  • (String)


1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1025

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

#timestampString

The timestamp of the anomaly detection job.

Returns:

  • (String)


1025
1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1025

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