Method: Aws::Macie2::Types::TestCustomDataIdentifierRequest#maximum_match_distance

Defined in:
lib/aws-sdk-macie2/types.rb

#maximum_match_distanceInteger

Returns:

  • (Integer)


6389
6390
6391
6392
6393
6394
6395
6396
6397
# File 'lib/aws-sdk-macie2/types.rb', line 6389

class TestCustomDataIdentifierRequest < Struct.new(
  :ignore_words,
  :keywords,
  :maximum_match_distance,
  :regex,
  :sample_text)
  SENSITIVE = []
  include Aws::Structure
end