Module: Aws::PrometheusService::Client::_CreateAnomalyDetectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAnomalyDetectorResponse]
- 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
95 |
# File 'sig/client.rbs', line 95
def anomaly_detector_id: () -> ::String
|
#arn ⇒ ::String
96 |
# File 'sig/client.rbs', line 96
def arn: () -> ::String
|
#status ⇒ Types::AnomalyDetectorStatus
97 |
# File 'sig/client.rbs', line 97
def status: () -> Types::AnomalyDetectorStatus
|
#tags ⇒ ::Hash[::String, ::String]
98 |
# File 'sig/client.rbs', line 98
def tags: () -> ::Hash[::String, ::String]
|