Class: Aws::LookoutMetrics::Types::ListAnomalyGroupRelatedMetricsResponse

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

#inter_metric_impact_listArray<Types::InterMetricImpactDetails>

Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.



1906
1907
1908
1909
1910
1911
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1906

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

#next_tokenString

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

Returns:

  • (String)


1906
1907
1908
1909
1910
1911
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1906

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