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.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def condition_threshold_enabled @condition_threshold_enabled end |
#overall_confidence_threshold ⇒ Types::SuppressionConfidenceThreshold
Returns the value of attribute overall_confidence_threshold.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def overall_confidence_threshold @overall_confidence_threshold end |