Class: Aws::LookoutMetrics::Types::DescribeAnomalyDetectionExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DescribeAnomalyDetectionExecutionsResponse
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_list ⇒ Array<Types::ExecutionStatus>
A list of detection jobs.
-
#next_token ⇒ String
The pagination token that's included if more results are available.
Instance Attribute Details
#execution_list ⇒ Array<Types::ExecutionStatus>
A list of detection jobs.
1303 1304 1305 1306 1307 1308 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1303 class DescribeAnomalyDetectionExecutionsResponse < Struct.new( :execution_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's included if more results are available.
1303 1304 1305 1306 1307 1308 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1303 class DescribeAnomalyDetectionExecutionsResponse < Struct.new( :execution_list, :next_token) SENSITIVE = [] include Aws::Structure end |