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
476 |
# File 'sig/client.rbs', line 476
def anomaly_detector_id: () -> ::String
|
#arn ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def arn: () -> ::String
|
#status ⇒ Types::AnomalyDetectorStatus
478 |
# File 'sig/client.rbs', line 478
def status: () -> Types::AnomalyDetectorStatus
|
#tags ⇒ ::Hash[::String, ::String]
479 |
# File 'sig/client.rbs', line 479
def tags: () -> ::Hash[::String, ::String]
|