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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


5867
5868
5869
# File 'sig/types.rbs', line 5867

def inputs
  @inputs
end

#mask_value::String

Returns the value of attribute mask_value.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5876
5877
5878
# File 'sig/types.rbs', line 5876

def match_pattern
  @match_pattern
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::Float)


5872
5873
5874
# File 'sig/types.rbs', line 5872

def threshold_fraction
  @threshold_fraction
end