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.
2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2195 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.
2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2195 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.
2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2195 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.
2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2195 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.
2195 2196 2197 2198 2199 2200 2201 2202 2203 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 2195 class ListAnomalyGroupTimeSeriesResponse < Struct.new( :anomaly_group_id, :metric_name, :timestamp_list, :next_token, :time_series_list) SENSITIVE = [] include Aws::Structure end |