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.
2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2013 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.
2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2013 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.
2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2013 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.
2013 2014 2015 2016 2017 2018 2019 2020 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2013 class PutAnomalyDetectorResponse < Struct.new( :anomaly_detector_id, :arn, :status, :tags) SENSITIVE = [] include Aws::Structure end |