Class: Aws::Types::UpdateLogAnomalyDetectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLogAnomalyDetectorRequest
- 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_visibility_time ⇒ ::Integer
Returns the value of attribute anomaly_visibility_time.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#evaluation_frequency ⇒ "ONE_MIN", ...
Returns the value of attribute evaluation_frequency.
-
#filter_pattern ⇒ ::String
Returns the value of attribute filter_pattern.
Instance Attribute Details
#anomaly_detector_arn ⇒ ::String
Returns the value of attribute anomaly_detector_arn.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def anomaly_detector_arn @anomaly_detector_arn end |
#anomaly_visibility_time ⇒ ::Integer
Returns the value of attribute anomaly_visibility_time.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def anomaly_visibility_time @anomaly_visibility_time end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def enabled @enabled end |
#evaluation_frequency ⇒ "ONE_MIN", ...
Returns the value of attribute evaluation_frequency.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def evaluation_frequency @evaluation_frequency end |
#filter_pattern ⇒ ::String
Returns the value of attribute filter_pattern.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def filter_pattern @filter_pattern end |