You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Macie2::Types::TestCustomDataIdentifierRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TestCustomDataIdentifierRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  ignore_words: ["__string"],
  keywords: ["__string"],
  maximum_match_distance: 1,
  regex: "__string", # required
  sample_text: "__string", # required
}

Specifies the detection criteria of a custom data identifier to test.

Instance Attribute Summary collapse

Instance Attribute Details

#ignore_wordsArray<String>

Returns:

  • (Array<String>)

#keywordsArray<String>

Returns:

  • (Array<String>)

#maximum_match_distanceInteger

Returns:

  • (Integer)

#regexString

Returns:

  • (String)

#sample_textString

Returns:

  • (String)