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:

  • ("ENABLED", "DISABLED")


1901
1902
1903
# File 'sig/types.rbs', line 1901

def condition_threshold_enabled
  @condition_threshold_enabled
end

#overall_confidence_thresholdTypes::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