Class: Aws::Types::SuppressionConditionThreshold

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#condition_threshold_enabled"ENABLED", "DISABLED"

Returns the value of attribute condition_threshold_enabled.

Returns:



1970
1971
1972
# File 'sig/types.rbs', line 1970

def condition_threshold_enabled
  @condition_threshold_enabled
end

#overall_confidence_thresholdTypes::SuppressionConfidenceThreshold

Returns the value of attribute overall_confidence_threshold.

Returns:



1971
1972
1973
# File 'sig/types.rbs', line 1971

def overall_confidence_threshold
  @overall_confidence_threshold
end