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.
5898 5899 5900 |
# File 'sig/types.rbs', line 5898 def detection_parameters @detection_parameters end |
#detection_sensitivity ⇒ ::String
Returns the value of attribute detection_sensitivity.
5899 5900 5901 |
# File 'sig/types.rbs', line 5899 def detection_sensitivity @detection_sensitivity end |
#entity_types_to_detect ⇒ ::Array[::String]
Returns the value of attribute entity_types_to_detect.
5888 5889 5890 |
# File 'sig/types.rbs', line 5888 def entity_types_to_detect @entity_types_to_detect end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
5886 5887 5888 |
# File 'sig/types.rbs', line 5886 def inputs @inputs end |
#mask_value ⇒ ::String
Returns the value of attribute mask_value.
5892 5893 5894 |
# File 'sig/types.rbs', line 5892 def mask_value @mask_value end |
#match_pattern ⇒ ::String
Returns the value of attribute match_pattern.
5895 5896 5897 |
# File 'sig/types.rbs', line 5895 def match_pattern @match_pattern end |
#name ⇒ ::String
Returns the value of attribute name.
5885 5886 5887 |
# File 'sig/types.rbs', line 5885 def name @name end |
#num_left_chars_to_exclude ⇒ ::Integer
Returns the value of attribute num_left_chars_to_exclude.
5896 5897 5898 |
# File 'sig/types.rbs', line 5896 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.
5897 5898 5899 |
# File 'sig/types.rbs', line 5897 def num_right_chars_to_exclude @num_right_chars_to_exclude end |
#output_column_name ⇒ ::String
Returns the value of attribute output_column_name.
5889 5890 5891 |
# File 'sig/types.rbs', line 5889 def output_column_name @output_column_name end |
#pii_type ⇒ "RowAudit", ...
Returns the value of attribute pii_type.
5887 5888 5889 |
# File 'sig/types.rbs', line 5887 def pii_type @pii_type end |
#redact_char ⇒ ::String
Returns the value of attribute redact_char.
5894 5895 5896 |
# File 'sig/types.rbs', line 5894 def redact_char @redact_char end |
#redact_text ⇒ ::String
Returns the value of attribute redact_text.
5893 5894 5895 |
# File 'sig/types.rbs', line 5893 def redact_text @redact_text end |
#sample_fraction ⇒ ::Float
Returns the value of attribute sample_fraction.
5890 5891 5892 |
# File 'sig/types.rbs', line 5890 def sample_fraction @sample_fraction end |
#threshold_fraction ⇒ ::Float
Returns the value of attribute threshold_fraction.
5891 5892 5893 |
# File 'sig/types.rbs', line 5891 def threshold_fraction @threshold_fraction end |