Class: Aws::PrometheusService::Types::AnomalyDetectorSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::AnomalyDetectorSummary
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Summary information about an anomaly detector for list operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The user-friendly name of the anomaly detector.
-
#anomaly_detector_id ⇒ String
The unique identifier of the anomaly detector.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the anomaly detector.
-
#created_at ⇒ Time
The timestamp when the anomaly detector was created.
-
#modified_at ⇒ Time
The timestamp when the anomaly detector was last modified.
-
#status ⇒ Types::AnomalyDetectorStatus
The current status of the anomaly detector.
-
#tags ⇒ Hash<String,String>
The tags applied to the anomaly detector.
Instance Attribute Details
#alias ⇒ String
The user-friendly name of the anomaly detector.
271 272 273 274 275 276 277 278 279 280 281 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271 class AnomalyDetectorSummary < Struct.new( :arn, :anomaly_detector_id, :alias, :status, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#anomaly_detector_id ⇒ String
The unique identifier of the anomaly detector.
271 272 273 274 275 276 277 278 279 280 281 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271 class AnomalyDetectorSummary < Struct.new( :arn, :anomaly_detector_id, :alias, :status, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the anomaly detector.
271 272 273 274 275 276 277 278 279 280 281 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271 class AnomalyDetectorSummary < Struct.new( :arn, :anomaly_detector_id, :alias, :status, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the anomaly detector was created.
271 272 273 274 275 276 277 278 279 280 281 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271 class AnomalyDetectorSummary < Struct.new( :arn, :anomaly_detector_id, :alias, :status, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The timestamp when the anomaly detector was last modified.
271 272 273 274 275 276 277 278 279 280 281 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271 class AnomalyDetectorSummary < Struct.new( :arn, :anomaly_detector_id, :alias, :status, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::AnomalyDetectorStatus
The current status of the anomaly detector.
271 272 273 274 275 276 277 278 279 280 281 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271 class AnomalyDetectorSummary < Struct.new( :arn, :anomaly_detector_id, :alias, :status, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags applied to the anomaly detector.
271 272 273 274 275 276 277 278 279 280 281 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 271 class AnomalyDetectorSummary < Struct.new( :arn, :anomaly_detector_id, :alias, :status, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |