Class: Aws::Types::DnsThreatProtectionRuleTypeConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_threshold"LOW", ...

Returns the value of attribute confidence_threshold.

Returns:

  • ("LOW", "MEDIUM", "HIGH")


386
387
388
# File 'sig/types.rbs', line 386

def confidence_threshold
  @confidence_threshold
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def value
  @value
end