Class: Aws::LookoutMetrics::Types::DescribeAnomalyDetectionExecutionsResponse

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

#execution_listArray<Types::ExecutionStatus>

A list of detection jobs.

Returns:



1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1044

class DescribeAnomalyDetectionExecutionsResponse < Struct.new(
  :execution_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that's included if more results are available.

Returns:

  • (String)


1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1044

class DescribeAnomalyDetectionExecutionsResponse < Struct.new(
  :execution_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end