Class: Aws::Types::CreateLogAnomalyDetectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLogAnomalyDetectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomaly_visibility_time ⇒ ::Integer
Returns the value of attribute anomaly_visibility_time.
-
#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.
-
#log_group_arn_list ⇒ ::Array[::String]
Returns the value of attribute log_group_arn_list.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#anomaly_visibility_time ⇒ ::Integer
Returns the value of attribute anomaly_visibility_time.
215 216 217 |
# File 'sig/types.rbs', line 215 def anomaly_visibility_time @anomaly_visibility_time end |
#detector_name ⇒ ::String
Returns the value of attribute detector_name.
211 212 213 |
# File 'sig/types.rbs', line 211 def detector_name @detector_name end |
#evaluation_frequency ⇒ "ONE_MIN", ...
Returns the value of attribute evaluation_frequency.
212 213 214 |
# File 'sig/types.rbs', line 212 def evaluation_frequency @evaluation_frequency end |
#filter_pattern ⇒ ::String
Returns the value of attribute filter_pattern.
213 214 215 |
# File 'sig/types.rbs', line 213 def filter_pattern @filter_pattern end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
214 215 216 |
# File 'sig/types.rbs', line 214 def kms_key_id @kms_key_id end |
#log_group_arn_list ⇒ ::Array[::String]
Returns the value of attribute log_group_arn_list.
210 211 212 |
# File 'sig/types.rbs', line 210 def log_group_arn_list @log_group_arn_list end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
216 217 218 |
# File 'sig/types.rbs', line 216 def @tags end |