Class: Aws::LookoutMetrics::Types::ListAnomalyGroupSummariesResponse

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_group_statisticsTypes::AnomalyGroupStatistics

Aggregated details about the anomaly groups.



1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1955

class ListAnomalyGroupSummariesResponse < Struct.new(
  :anomaly_group_summary_list,
  :anomaly_group_statistics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#anomaly_group_summary_listArray<Types::AnomalyGroupSummary>

A list of anomaly group summaries.

Returns:



1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1955

class ListAnomalyGroupSummariesResponse < Struct.new(
  :anomaly_group_summary_list,
  :anomaly_group_statistics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1955
1956
1957
1958
1959
1960
1961
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1955

class ListAnomalyGroupSummariesResponse < Struct.new(
  :anomaly_group_summary_list,
  :anomaly_group_statistics,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end