Class: Aws::LookoutMetrics::Types::DescribeAnomalyDetectionExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DescribeAnomalyDetectionExecutionsResponse
- Includes:
- Structure
- Defined in:
- 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.
1044 1045 1046 1047 1048 1049 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1044 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.
1044 1045 1046 1047 1048 1049 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1044 class DescribeAnomalyDetectionExecutionsResponse < Struct.new( :execution_list, :next_token) SENSITIVE = [] include Aws::Structure end |