Class: Aws::Types::TestCustomDataIdentifierRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ignore_words::Array[::String]

Returns the value of attribute ignore_words.

Returns:

  • (::Array[::String])


1805
1806
1807
# File 'sig/types.rbs', line 1805

def ignore_words
  @ignore_words
end

#keywords::Array[::String]

Returns the value of attribute keywords.

Returns:

  • (::Array[::String])


1806
1807
1808
# File 'sig/types.rbs', line 1806

def keywords
  @keywords
end

#maximum_match_distance::Integer

Returns the value of attribute maximum_match_distance.

Returns:

  • (::Integer)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def maximum_match_distance
  @maximum_match_distance
end

#regex::String

Returns the value of attribute regex.

Returns:

  • (::String)


1808
1809
1810
# File 'sig/types.rbs', line 1808

def regex
  @regex
end

#sample_text::String

Returns the value of attribute sample_text.

Returns:

  • (::String)


1809
1810
1811
# File 'sig/types.rbs', line 1809

def sample_text
  @sample_text
end