Class: Aws::LookoutMetrics::Types::ListAnomalyGroupTimeSeriesResponse

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_idString

The ID of the anomaly group.

Returns:

  • (String)


2018
2019
2020
2021
2022
2023
2024
2025
2026
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2018

class ListAnomalyGroupTimeSeriesResponse < Struct.new(
  :anomaly_group_id,
  :metric_name,
  :timestamp_list,
  :next_token,
  :time_series_list)
  SENSITIVE = []
  include Aws::Structure
end

#metric_nameString

The name of the measure field.

Returns:

  • (String)


2018
2019
2020
2021
2022
2023
2024
2025
2026
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2018

class ListAnomalyGroupTimeSeriesResponse < Struct.new(
  :anomaly_group_id,
  :metric_name,
  :timestamp_list,
  :next_token,
  :time_series_list)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2018
2019
2020
2021
2022
2023
2024
2025
2026
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2018

class ListAnomalyGroupTimeSeriesResponse < Struct.new(
  :anomaly_group_id,
  :metric_name,
  :timestamp_list,
  :next_token,
  :time_series_list)
  SENSITIVE = []
  include Aws::Structure
end

#time_series_listArray<Types::TimeSeries>

A list of anomalous metrics.

Returns:



2018
2019
2020
2021
2022
2023
2024
2025
2026
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2018

class ListAnomalyGroupTimeSeriesResponse < Struct.new(
  :anomaly_group_id,
  :metric_name,
  :timestamp_list,
  :next_token,
  :time_series_list)
  SENSITIVE = []
  include Aws::Structure
end

#timestamp_listArray<String>

Timestamps for the anomalous metrics.

Returns:

  • (Array<String>)


2018
2019
2020
2021
2022
2023
2024
2025
2026
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2018

class ListAnomalyGroupTimeSeriesResponse < Struct.new(
  :anomaly_group_id,
  :metric_name,
  :timestamp_list,
  :next_token,
  :time_series_list)
  SENSITIVE = []
  include Aws::Structure
end