Class: Aws::Types::InlineRedactionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InlineRedactionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_confidence_level ⇒ ::Integer
Returns the value of attribute global_confidence_level.
-
#global_enforced_urls ⇒ ::Array[::String]
Returns the value of attribute global_enforced_urls.
-
#global_exempt_urls ⇒ ::Array[::String]
Returns the value of attribute global_exempt_urls.
-
#inline_redaction_patterns ⇒ ::Array[Types::InlineRedactionPattern]
Returns the value of attribute inline_redaction_patterns.
Instance Attribute Details
#global_confidence_level ⇒ ::Integer
Returns the value of attribute global_confidence_level.
725 726 727 |
# File 'sig/types.rbs', line 725 def global_confidence_level @global_confidence_level end |
#global_enforced_urls ⇒ ::Array[::String]
Returns the value of attribute global_enforced_urls.
723 724 725 |
# File 'sig/types.rbs', line 723 def global_enforced_urls @global_enforced_urls end |
#global_exempt_urls ⇒ ::Array[::String]
Returns the value of attribute global_exempt_urls.
724 725 726 |
# File 'sig/types.rbs', line 724 def global_exempt_urls @global_exempt_urls end |
#inline_redaction_patterns ⇒ ::Array[Types::InlineRedactionPattern]
Returns the value of attribute inline_redaction_patterns.
722 723 724 |
# File 'sig/types.rbs', line 722 def inline_redaction_patterns @inline_redaction_patterns end |