Module: Aws::CloudWatchLogs::Client::_GetLogAnomalyDetectorResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLogAnomalyDetectorResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #anomaly_detector_status ⇒ "INITIALIZING", ...
- #anomaly_visibility_time ⇒ ::Integer
- #creation_time_stamp ⇒ ::Integer
- #detector_name ⇒ ::String
- #evaluation_frequency ⇒ "ONE_MIN", ...
- #filter_pattern ⇒ ::String
- #kms_key_id ⇒ ::String
- #last_modified_time_stamp ⇒ ::Integer
- #log_group_arn_list ⇒ ::Array[::String]
Instance Method Details
#anomaly_detector_status ⇒ "INITIALIZING", ...
778 |
# File 'sig/client.rbs', line 778
def anomaly_detector_status: () -> ("INITIALIZING" | "TRAINING" | "ANALYZING" | "FAILED" | "DELETED" | "PAUSED")
|
#anomaly_visibility_time ⇒ ::Integer
782 |
# File 'sig/client.rbs', line 782
def anomaly_visibility_time: () -> ::Integer
|
#creation_time_stamp ⇒ ::Integer
780 |
# File 'sig/client.rbs', line 780
def creation_time_stamp: () -> ::Integer
|
#detector_name ⇒ ::String
774 |
# File 'sig/client.rbs', line 774
def detector_name: () -> ::String
|
#evaluation_frequency ⇒ "ONE_MIN", ...
776 |
# File 'sig/client.rbs', line 776
def evaluation_frequency: () -> ("ONE_MIN" | "FIVE_MIN" | "TEN_MIN" | "FIFTEEN_MIN" | "THIRTY_MIN" | "ONE_HOUR")
|
#filter_pattern ⇒ ::String
777 |
# File 'sig/client.rbs', line 777
def filter_pattern: () -> ::String
|
#kms_key_id ⇒ ::String
779 |
# File 'sig/client.rbs', line 779
def kms_key_id: () -> ::String
|
#last_modified_time_stamp ⇒ ::Integer
781 |
# File 'sig/client.rbs', line 781
def last_modified_time_stamp: () -> ::Integer
|
#log_group_arn_list ⇒ ::Array[::String]
775 |
# File 'sig/client.rbs', line 775
def log_group_arn_list: () -> ::Array[::String]
|