Class: Aws::Types::AnomalyDetector
- Inherits:
-
Object
- Object
- Aws::Types::AnomalyDetector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ ::String
Returns the value of attribute anomaly_detector_arn.
-
#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_arn ⇒ ::String
Returns the value of attribute anomaly_detector_arn.
67 68 69 |
# File 'sig/types.rbs', line 67 def anomaly_detector_arn @anomaly_detector_arn end |
#anomaly_detector_status ⇒ "INITIALIZING", ...
Returns the value of attribute anomaly_detector_status.
72 73 74 |
# File 'sig/types.rbs', line 72 def anomaly_detector_status @anomaly_detector_status end |
#anomaly_visibility_time ⇒ ::Integer
Returns the value of attribute anomaly_visibility_time.
76 77 78 |
# File 'sig/types.rbs', line 76 def anomaly_visibility_time @anomaly_visibility_time end |
#creation_time_stamp ⇒ ::Integer
Returns the value of attribute creation_time_stamp.
74 75 76 |
# File 'sig/types.rbs', line 74 def creation_time_stamp @creation_time_stamp end |
#detector_name ⇒ ::String
Returns the value of attribute detector_name.
68 69 70 |
# File 'sig/types.rbs', line 68 def detector_name @detector_name end |
#evaluation_frequency ⇒ "ONE_MIN", ...
Returns the value of attribute evaluation_frequency.
70 71 72 |
# File 'sig/types.rbs', line 70 def evaluation_frequency @evaluation_frequency end |
#filter_pattern ⇒ ::String
Returns the value of attribute filter_pattern.
71 72 73 |
# File 'sig/types.rbs', line 71 def filter_pattern @filter_pattern end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
73 74 75 |
# File 'sig/types.rbs', line 73 def kms_key_id @kms_key_id end |
#last_modified_time_stamp ⇒ ::Integer
Returns the value of attribute last_modified_time_stamp.
75 76 77 |
# File 'sig/types.rbs', line 75 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.
69 70 71 |
# File 'sig/types.rbs', line 69 def log_group_arn_list @log_group_arn_list end |