Class: Aws::PrometheusService::Types::CreateAnomalyDetectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::CreateAnomalyDetectorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_id ⇒ String
The unique identifier of the created anomaly detector.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the created anomaly detector.
-
#status ⇒ Types::AnomalyDetectorStatus
The status information of the created anomaly detector.
-
#tags ⇒ Hash<String,String>
The tags applied to the created anomaly detector.
Instance Attribute Details
#anomaly_detector_id ⇒ String
The unique identifier of the created anomaly detector.
461 462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 461 class CreateAnomalyDetectorResponse < Struct.new( :anomaly_detector_id, :arn, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the created anomaly detector.
461 462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 461 class CreateAnomalyDetectorResponse < Struct.new( :anomaly_detector_id, :arn, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::AnomalyDetectorStatus
The status information of the created anomaly detector.
461 462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 461 class CreateAnomalyDetectorResponse < Struct.new( :anomaly_detector_id, :arn, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags applied to the created anomaly detector.
461 462 463 464 465 466 467 468 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 461 class CreateAnomalyDetectorResponse < Struct.new( :anomaly_detector_id, :arn, :status, :tags) SENSITIVE = [] include Aws::Structure end |