Module: Aws::PrometheusService::Client::_PutAnomalyDetectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutAnomalyDetectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #anomaly_detector_id ⇒ ::String
- #arn ⇒ ::String
- #status ⇒ Types::AnomalyDetectorStatus
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#anomaly_detector_id ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def anomaly_detector_id: () -> ::String
|
#arn ⇒ ::String
481 |
# File 'sig/client.rbs', line 481
def arn: () -> ::String
|
#status ⇒ Types::AnomalyDetectorStatus
482 |
# File 'sig/client.rbs', line 482
def status: () -> Types::AnomalyDetectorStatus
|
#tags ⇒ ::Hash[::String, ::String]
483 |
# File 'sig/client.rbs', line 483
def tags: () -> ::Hash[::String, ::String]
|