Class: Aws::LookoutMetrics::Types::ListAnomalyGroupRelatedMetricsRequest

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)


1885
1886
1887
1888
1889
1890
1891
1892
1893
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1885

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

#anomaly_group_idString

The ID of the anomaly group.

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
1891
1892
1893
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1885

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

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


1885
1886
1887
1888
1889
1890
1891
1892
1893
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1885

class ListAnomalyGroupRelatedMetricsRequest < Struct.new(
  :anomaly_detector_arn,
  :anomaly_group_id,
  :relationship_type_filter,
  :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)


1885
1886
1887
1888
1889
1890
1891
1892
1893
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1885

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

#relationship_type_filterString

Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.

Returns:

  • (String)


1885
1886
1887
1888
1889
1890
1891
1892
1893
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1885

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