Class: Aws::LookoutMetrics::Types::AnomalyGroupTimeSeries
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::AnomalyGroupTimeSeries
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
An anomalous metric in an anomaly group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_group_id ⇒ String
The ID of the anomaly group.
-
#time_series_id ⇒ String
The ID of the metric.
Instance Attribute Details
#anomaly_group_id ⇒ String
The ID of the anomaly group.
411 412 413 414 415 416 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 411 class AnomalyGroupTimeSeries < Struct.new( :anomaly_group_id, :time_series_id) SENSITIVE = [] include Aws::Structure end |
#time_series_id ⇒ String
The ID of the metric.
411 412 413 414 415 416 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 411 class AnomalyGroupTimeSeries < Struct.new( :anomaly_group_id, :time_series_id) SENSITIVE = [] include Aws::Structure end |