Class: Aws::Types::InlineRedactionPattern
- Inherits:
-
Object
- Object
- Aws::Types::InlineRedactionPattern
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#built_in_pattern_id ⇒ ::String
Returns the value of attribute built_in_pattern_id.
-
#confidence_level ⇒ ::Integer
Returns the value of attribute confidence_level.
-
#custom_pattern ⇒ Types::CustomPattern
Returns the value of attribute custom_pattern.
-
#enforced_urls ⇒ ::Array[::String]
Returns the value of attribute enforced_urls.
-
#exempt_urls ⇒ ::Array[::String]
Returns the value of attribute exempt_urls.
-
#redaction_place_holder ⇒ Types::RedactionPlaceHolder
Returns the value of attribute redaction_place_holder.
Instance Attribute Details
#built_in_pattern_id ⇒ ::String
Returns the value of attribute built_in_pattern_id.
730 731 732 |
# File 'sig/types.rbs', line 730 def built_in_pattern_id @built_in_pattern_id end |
#confidence_level ⇒ ::Integer
Returns the value of attribute confidence_level.
735 736 737 |
# File 'sig/types.rbs', line 735 def confidence_level @confidence_level end |
#custom_pattern ⇒ Types::CustomPattern
Returns the value of attribute custom_pattern.
731 732 733 |
# File 'sig/types.rbs', line 731 def custom_pattern @custom_pattern end |
#enforced_urls ⇒ ::Array[::String]
Returns the value of attribute enforced_urls.
733 734 735 |
# File 'sig/types.rbs', line 733 def enforced_urls @enforced_urls end |
#exempt_urls ⇒ ::Array[::String]
Returns the value of attribute exempt_urls.
734 735 736 |
# File 'sig/types.rbs', line 734 def exempt_urls @exempt_urls end |
#redaction_place_holder ⇒ Types::RedactionPlaceHolder
Returns the value of attribute redaction_place_holder.
732 733 734 |
# File 'sig/types.rbs', line 732 def redaction_place_holder @redaction_place_holder end |