Class: Aws::Types::DnsThreatProtectionRuleTypeConfig
- Inherits:
-
Object
- Object
- Aws::Types::DnsThreatProtectionRuleTypeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence_threshold ⇒ "LOW", ...
Returns the value of attribute confidence_threshold.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#confidence_threshold ⇒ "LOW", ...
Returns the value of attribute confidence_threshold.
386 387 388 |
# File 'sig/types.rbs', line 386 def confidence_threshold @confidence_threshold end |
#value ⇒ ::String
Returns the value of attribute value.
385 386 387 |
# File 'sig/types.rbs', line 385 def value @value end |