Class: Aws::Types::GetLogAnomalyDetectorResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLogAnomalyDetectorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_detector_status ⇒ "INITIALIZING", ...
Returns the value of attribute anomaly_detector_status.
-
#anomaly_visibility_time ⇒ ::Integer
Returns the value of attribute anomaly_visibility_time.
-
#creation_time_stamp ⇒ ::Integer
Returns the value of attribute creation_time_stamp.
-
#detector_name ⇒ ::String
Returns the value of attribute detector_name.
-
#evaluation_frequency ⇒ "ONE_MIN", ...
Returns the value of attribute evaluation_frequency.
-
#filter_pattern ⇒ ::String
Returns the value of attribute filter_pattern.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#last_modified_time_stamp ⇒ ::Integer
Returns the value of attribute last_modified_time_stamp.
-
#log_group_arn_list ⇒ ::Array[::String]
Returns the value of attribute log_group_arn_list.
Instance Attribute Details
#anomaly_detector_status ⇒ "INITIALIZING", ...
Returns the value of attribute anomaly_detector_status.
947 948 949 |
# File 'sig/types.rbs', line 947 def anomaly_detector_status @anomaly_detector_status end |
#anomaly_visibility_time ⇒ ::Integer
Returns the value of attribute anomaly_visibility_time.
951 952 953 |
# File 'sig/types.rbs', line 951 def anomaly_visibility_time @anomaly_visibility_time end |
#creation_time_stamp ⇒ ::Integer
Returns the value of attribute creation_time_stamp.
949 950 951 |
# File 'sig/types.rbs', line 949 def creation_time_stamp @creation_time_stamp end |
#detector_name ⇒ ::String
Returns the value of attribute detector_name.
943 944 945 |
# File 'sig/types.rbs', line 943 def detector_name @detector_name end |
#evaluation_frequency ⇒ "ONE_MIN", ...
Returns the value of attribute evaluation_frequency.
945 946 947 |
# File 'sig/types.rbs', line 945 def evaluation_frequency @evaluation_frequency end |
#filter_pattern ⇒ ::String
Returns the value of attribute filter_pattern.
946 947 948 |
# File 'sig/types.rbs', line 946 def filter_pattern @filter_pattern end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
948 949 950 |
# File 'sig/types.rbs', line 948 def kms_key_id @kms_key_id end |
#last_modified_time_stamp ⇒ ::Integer
Returns the value of attribute last_modified_time_stamp.
950 951 952 |
# File 'sig/types.rbs', line 950 def last_modified_time_stamp @last_modified_time_stamp end |
#log_group_arn_list ⇒ ::Array[::String]
Returns the value of attribute log_group_arn_list.
944 945 946 |
# File 'sig/types.rbs', line 944 def log_group_arn_list @log_group_arn_list end |