Class: Aws::LookoutMetrics::Types::AnomalyDetectorSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::AnomalyDetectorSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Contains information about an an anomaly detector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
The ARN of the detector.
-
#anomaly_detector_description ⇒ String
A description of the detector.
-
#anomaly_detector_name ⇒ String
The name of the detector.
-
#creation_time ⇒ Time
The time at which the detector was created.
-
#last_modification_time ⇒ Time
The time at which the detector was last modified.
-
#status ⇒ String
The status of detector.
-
#tags ⇒ Hash<String,String>
The detector’s [tags].
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The ARN of the detector.
290 291 292 293 294 295 296 297 298 299 300 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 290 class AnomalyDetectorSummary < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :creation_time, :last_modification_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#anomaly_detector_description ⇒ String
A description of the detector.
290 291 292 293 294 295 296 297 298 299 300 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 290 class AnomalyDetectorSummary < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :creation_time, :last_modification_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#anomaly_detector_name ⇒ String
The name of the detector.
290 291 292 293 294 295 296 297 298 299 300 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 290 class AnomalyDetectorSummary < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :creation_time, :last_modification_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time at which the detector was created.
290 291 292 293 294 295 296 297 298 299 300 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 290 class AnomalyDetectorSummary < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :creation_time, :last_modification_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The time at which the detector was last modified.
290 291 292 293 294 295 296 297 298 299 300 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 290 class AnomalyDetectorSummary < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :creation_time, :last_modification_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of detector.
290 291 292 293 294 295 296 297 298 299 300 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 290 class AnomalyDetectorSummary < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :creation_time, :last_modification_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The detector’s [tags].
[1]: docs.aws.amazon.com/lookoutmetrics/latest/dev/detectors-tags.html
290 291 292 293 294 295 296 297 298 299 300 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 290 class AnomalyDetectorSummary < Struct.new( :anomaly_detector_arn, :anomaly_detector_name, :anomaly_detector_description, :creation_time, :last_modification_time, :status, :tags) SENSITIVE = [] include Aws::Structure end |