Module: Aws::LookoutMetrics::Client::_DescribeAnomalyDetectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAnomalyDetectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #anomaly_detector_arn ⇒ ::String
- #anomaly_detector_config ⇒ Types::AnomalyDetectorConfigSummary
- #anomaly_detector_description ⇒ ::String
- #anomaly_detector_name ⇒ ::String
- #creation_time ⇒ ::Time
- #failure_reason ⇒ ::String
- #failure_type ⇒ "ACTIVATION_FAILURE", ...
- #kms_key_arn ⇒ ::String
- #last_modification_time ⇒ ::Time
- #status ⇒ "ACTIVE", ...
Instance Method Details
#anomaly_detector_arn ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def anomaly_detector_arn: () -> ::String
|
#anomaly_detector_config ⇒ Types::AnomalyDetectorConfigSummary
312 |
# File 'sig/client.rbs', line 312
def anomaly_detector_config: () -> Types::AnomalyDetectorConfigSummary
|
#anomaly_detector_description ⇒ ::String
311 |
# File 'sig/client.rbs', line 311
def anomaly_detector_description: () -> ::String
|
#anomaly_detector_name ⇒ ::String
310 |
# File 'sig/client.rbs', line 310
def anomaly_detector_name: () -> ::String
|
#creation_time ⇒ ::Time
313 |
# File 'sig/client.rbs', line 313
def creation_time: () -> ::Time
|
#failure_reason ⇒ ::String
316 |
# File 'sig/client.rbs', line 316
def failure_reason: () -> ::String
|
#failure_type ⇒ "ACTIVATION_FAILURE", ...
318 |
# File 'sig/client.rbs', line 318
def failure_type: () -> ("ACTIVATION_FAILURE" | "BACK_TEST_ACTIVATION_FAILURE" | "DELETION_FAILURE" | "DEACTIVATION_FAILURE")
|
#kms_key_arn ⇒ ::String
317 |
# File 'sig/client.rbs', line 317
def kms_key_arn: () -> ::String
|
#last_modification_time ⇒ ::Time
314 |
# File 'sig/client.rbs', line 314
def last_modification_time: () -> ::Time
|
#status ⇒ "ACTIVE", ...
315 |
# File 'sig/client.rbs', line 315
def status: () -> ("ACTIVE" | "ACTIVATING" | "DELETING" | "FAILED" | "INACTIVE" | "LEARNING" | "BACK_TEST_ACTIVATING" | "BACK_TEST_ACTIVE" | "BACK_TEST_COMPLETE" | "DEACTIVATED" | "DEACTIVATING")
|