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)


5908
5909
5910
# File 'sig/types.rbs', line 5908

def detection_parameters
  @detection_parameters
end

#detection_sensitivity::String

Returns the value of attribute detection_sensitivity.

Returns:

  • (::String)


5909
5910
5911
# File 'sig/types.rbs', line 5909

def detection_sensitivity
  @detection_sensitivity
end

#entity_types_to_detect::Array[::String]

Returns the value of attribute entity_types_to_detect.

Returns:

  • (::Array[::String])


5898
5899
5900
# File 'sig/types.rbs', line 5898

def entity_types_to_detect
  @entity_types_to_detect
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


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

def inputs
  @inputs
end

#mask_value::String

Returns the value of attribute mask_value.

Returns:

  • (::String)


5902
5903
5904
# File 'sig/types.rbs', line 5902

def mask_value
  @mask_value
end

#match_pattern::String

Returns the value of attribute match_pattern.

Returns:

  • (::String)


5905
5906
5907
# File 'sig/types.rbs', line 5905

def match_pattern
  @match_pattern
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#num_left_chars_to_exclude::Integer

Returns the value of attribute num_left_chars_to_exclude.

Returns:

  • (::Integer)


5906
5907
5908
# File 'sig/types.rbs', line 5906

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)


5907
5908
5909
# File 'sig/types.rbs', line 5907

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)


5899
5900
5901
# File 'sig/types.rbs', line 5899

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")


5897
5898
5899
# File 'sig/types.rbs', line 5897

def pii_type
  @pii_type
end

#redact_char::String

Returns the value of attribute redact_char.

Returns:

  • (::String)


5904
5905
5906
# File 'sig/types.rbs', line 5904

def redact_char
  @redact_char
end

#redact_text::String

Returns the value of attribute redact_text.

Returns:

  • (::String)


5903
5904
5905
# File 'sig/types.rbs', line 5903

def redact_text
  @redact_text
end

#sample_fraction::Float

Returns the value of attribute sample_fraction.

Returns:

  • (::Float)


5900
5901
5902
# File 'sig/types.rbs', line 5900

def sample_fraction
  @sample_fraction
end

#threshold_fraction::Float

Returns the value of attribute threshold_fraction.

Returns:

  • (::Float)


5901
5902
5903
# File 'sig/types.rbs', line 5901

def threshold_fraction
  @threshold_fraction
end