Class: Aws::Types::BehaviorCriteria
- Inherits:
-
Object
- Object
- Aws::Types::BehaviorCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comparison_operator ⇒ "less-than", ...
Returns the value of attribute comparison_operator.
-
#consecutive_datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute consecutive_datapoints_to_alarm.
-
#consecutive_datapoints_to_clear ⇒ ::Integer
Returns the value of attribute consecutive_datapoints_to_clear.
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
-
#ml_detection_config ⇒ Types::MachineLearningDetectionConfig
Returns the value of attribute ml_detection_config.
-
#statistical_threshold ⇒ Types::StatisticalThreshold
Returns the value of attribute statistical_threshold.
-
#value ⇒ Types::MetricValue
Returns the value of attribute value.
Instance Attribute Details
#comparison_operator ⇒ "less-than", ...
Returns the value of attribute comparison_operator.
396 397 398 |
# File 'sig/types.rbs', line 396 def comparison_operator @comparison_operator end |
#consecutive_datapoints_to_alarm ⇒ ::Integer
Returns the value of attribute consecutive_datapoints_to_alarm.
399 400 401 |
# File 'sig/types.rbs', line 399 def consecutive_datapoints_to_alarm @consecutive_datapoints_to_alarm end |
#consecutive_datapoints_to_clear ⇒ ::Integer
Returns the value of attribute consecutive_datapoints_to_clear.
400 401 402 |
# File 'sig/types.rbs', line 400 def consecutive_datapoints_to_clear @consecutive_datapoints_to_clear end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
398 399 400 |
# File 'sig/types.rbs', line 398 def duration_seconds @duration_seconds end |
#ml_detection_config ⇒ Types::MachineLearningDetectionConfig
Returns the value of attribute ml_detection_config.
402 403 404 |
# File 'sig/types.rbs', line 402 def ml_detection_config @ml_detection_config end |
#statistical_threshold ⇒ Types::StatisticalThreshold
Returns the value of attribute statistical_threshold.
401 402 403 |
# File 'sig/types.rbs', line 401 def statistical_threshold @statistical_threshold end |
#value ⇒ Types::MetricValue
Returns the value of attribute value.
397 398 399 |
# File 'sig/types.rbs', line 397 def value @value end |