Class: Aws::PrometheusService::Types::PutAnomalyDetectorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::PutAnomalyDetectorResponse
- 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 updated anomaly detector.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated anomaly detector.
-
#status ⇒ Types::AnomalyDetectorStatus
The status information of the updated anomaly detector.
-
#tags ⇒ Hash<String,String>
The tags applied to the updated anomaly detector.
Instance Attribute Details
#anomaly_detector_id ⇒ String
The unique identifier of the updated anomaly detector.
2037 2038 2039 2040 2041 2042 2043 2044 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2037 class PutAnomalyDetectorResponse < Struct.new( :anomaly_detector_id, :arn, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated anomaly detector.
2037 2038 2039 2040 2041 2042 2043 2044 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2037 class PutAnomalyDetectorResponse < Struct.new( :anomaly_detector_id, :arn, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::AnomalyDetectorStatus
The status information of the updated anomaly detector.
2037 2038 2039 2040 2041 2042 2043 2044 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2037 class PutAnomalyDetectorResponse < Struct.new( :anomaly_detector_id, :arn, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags applied to the updated anomaly detector.
2037 2038 2039 2040 2041 2042 2043 2044 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2037 class PutAnomalyDetectorResponse < Struct.new( :anomaly_detector_id, :arn, :status, :tags) SENSITIVE = [] include Aws::Structure end |