Class: Aws::LookoutMetrics::Types::DescribeAnomalyDetectionExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DescribeAnomalyDetectionExecutionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
The Amazon Resource Name (ARN) of the anomaly detector.
-
#max_results ⇒ Integer
The number of items to return in the response.
-
#next_token ⇒ String
Specify the pagination token that’s returned by a previous request to retrieve the next page of results.
-
#timestamp ⇒ String
The timestamp of the anomaly detection job.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The Amazon Resource Name (ARN) of the anomaly detector.
1025 1026 1027 1028 1029 1030 1031 1032 |
# File '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_results ⇒ Integer
The number of items to return in the response.
1025 1026 1027 1028 1029 1030 1031 1032 |
# File '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_token ⇒ String
Specify the pagination token that’s returned by a previous request to retrieve the next page of results.
1025 1026 1027 1028 1029 1030 1031 1032 |
# File '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 |
#timestamp ⇒ String
The timestamp of the anomaly detection job.
1025 1026 1027 1028 1029 1030 1031 1032 |
# File '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 |