Class: Aws::Types::PIIDetection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detection_parameters::String

Returns the value of attribute detection_parameters.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


5886
5887
5888
# File 'sig/types.rbs', line 5886

def inputs
  @inputs
end

#mask_value::String

Returns the value of attribute mask_value.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5895
5896
5897
# File 'sig/types.rbs', line 5895

def match_pattern
  @match_pattern
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("RowAudit", "RowHashing", "RowMasking", "RowPartialMasking", "ColumnAudit", "ColumnHashing", "ColumnMasking")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


5891
5892
5893
# File 'sig/types.rbs', line 5891

def threshold_fraction
  @threshold_fraction
end