Class: Aws::Types::PIIDetection
- Inherits:
-
Object
- Object
- Aws::Types::PIIDetection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detection_parameters ⇒ ::String
Returns the value of attribute detection_parameters.
-
#detection_sensitivity ⇒ ::String
Returns the value of attribute detection_sensitivity.
-
#entity_types_to_detect ⇒ ::Array[::String]
Returns the value of attribute entity_types_to_detect.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#mask_value ⇒ ::String
Returns the value of attribute mask_value.
-
#match_pattern ⇒ ::String
Returns the value of attribute match_pattern.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#num_left_chars_to_exclude ⇒ ::Integer
Returns the value of attribute num_left_chars_to_exclude.
-
#num_right_chars_to_exclude ⇒ ::Integer
Returns the value of attribute num_right_chars_to_exclude.
-
#output_column_name ⇒ ::String
Returns the value of attribute output_column_name.
-
#pii_type ⇒ "RowAudit", ...
Returns the value of attribute pii_type.
-
#redact_char ⇒ ::String
Returns the value of attribute redact_char.
-
#redact_text ⇒ ::String
Returns the value of attribute redact_text.
-
#sample_fraction ⇒ ::Float
Returns the value of attribute sample_fraction.
-
#threshold_fraction ⇒ ::Float
Returns the value of attribute threshold_fraction.
Instance Attribute Details
#detection_parameters ⇒ ::String
Returns the value of attribute detection_parameters.
5879 5880 5881 |
# File 'sig/types.rbs', line 5879 def detection_parameters @detection_parameters end |
#detection_sensitivity ⇒ ::String
Returns the value of attribute detection_sensitivity.
5880 5881 5882 |
# File 'sig/types.rbs', line 5880 def detection_sensitivity @detection_sensitivity end |
#entity_types_to_detect ⇒ ::Array[::String]
Returns the value of attribute entity_types_to_detect.
5869 5870 5871 |
# File 'sig/types.rbs', line 5869 def entity_types_to_detect @entity_types_to_detect end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5867 5868 5869 |
# File 'sig/types.rbs', line 5867 def inputs @inputs end |
#mask_value ⇒ ::String
Returns the value of attribute mask_value.
5873 5874 5875 |
# File 'sig/types.rbs', line 5873 def mask_value @mask_value end |
#match_pattern ⇒ ::String
Returns the value of attribute match_pattern.
5876 5877 5878 |
# File 'sig/types.rbs', line 5876 def match_pattern @match_pattern end |
#name ⇒ ::String
Returns the value of attribute name.
5866 5867 5868 |
# File 'sig/types.rbs', line 5866 def name @name end |
#num_left_chars_to_exclude ⇒ ::Integer
Returns the value of attribute num_left_chars_to_exclude.
5877 5878 5879 |
# File 'sig/types.rbs', line 5877 def num_left_chars_to_exclude @num_left_chars_to_exclude end |
#num_right_chars_to_exclude ⇒ ::Integer
Returns the value of attribute num_right_chars_to_exclude.
5878 5879 5880 |
# File 'sig/types.rbs', line 5878 def num_right_chars_to_exclude @num_right_chars_to_exclude end |
#output_column_name ⇒ ::String
Returns the value of attribute output_column_name.
5870 5871 5872 |
# File 'sig/types.rbs', line 5870 def output_column_name @output_column_name end |
#pii_type ⇒ "RowAudit", ...
Returns the value of attribute pii_type.
5868 5869 5870 |
# File 'sig/types.rbs', line 5868 def pii_type @pii_type end |
#redact_char ⇒ ::String
Returns the value of attribute redact_char.
5875 5876 5877 |
# File 'sig/types.rbs', line 5875 def redact_char @redact_char end |
#redact_text ⇒ ::String
Returns the value of attribute redact_text.
5874 5875 5876 |
# File 'sig/types.rbs', line 5874 def redact_text @redact_text end |
#sample_fraction ⇒ ::Float
Returns the value of attribute sample_fraction.
5871 5872 5873 |
# File 'sig/types.rbs', line 5871 def sample_fraction @sample_fraction end |
#threshold_fraction ⇒ ::Float
Returns the value of attribute threshold_fraction.
5872 5873 5874 |
# File 'sig/types.rbs', line 5872 def threshold_fraction @threshold_fraction end |