Class: Aws::Types::SuppressionConditionThreshold
- Inherits:
-
Object
- Object
- Aws::Types::SuppressionConditionThreshold
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_threshold_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute condition_threshold_enabled.
-
#overall_confidence_threshold ⇒ Types::SuppressionConfidenceThreshold
Returns the value of attribute overall_confidence_threshold.
Instance Attribute Details
#condition_threshold_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute condition_threshold_enabled.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def condition_threshold_enabled @condition_threshold_enabled end |
#overall_confidence_threshold ⇒ Types::SuppressionConfidenceThreshold
Returns the value of attribute overall_confidence_threshold.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def overall_confidence_threshold @overall_confidence_threshold end |