Class: Aws::LookoutMetrics::Types::ListAnomalyGroupTimeSeriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::ListAnomalyGroupTimeSeriesResponse
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_group_id ⇒ String
The ID of the anomaly group.
-
#metric_name ⇒ String
The name of the measure field.
-
#next_token ⇒ String
The pagination token that's included if more results are available.
-
#time_series_list ⇒ Array<Types::TimeSeries>
A list of anomalous metrics.
-
#timestamp_list ⇒ Array<String>
Timestamps for the anomalous metrics.
Instance Attribute Details
#anomaly_group_id ⇒ String
The ID of the anomaly group.
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_name ⇒ String
The name of the measure field.
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_token ⇒ String
The pagination token that's included if more results are available.
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_list ⇒ Array<Types::TimeSeries>
A list of anomalous metrics.
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_list ⇒ Array<String>
Timestamps for the anomalous metrics.
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 |