Class: Aws::Types::TestCustomDataIdentifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestCustomDataIdentifierRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ignore_words ⇒ ::Array[::String]
Returns the value of attribute ignore_words.
-
#keywords ⇒ ::Array[::String]
Returns the value of attribute keywords.
-
#maximum_match_distance ⇒ ::Integer
Returns the value of attribute maximum_match_distance.
-
#regex ⇒ ::String
Returns the value of attribute regex.
-
#sample_text ⇒ ::String
Returns the value of attribute sample_text.
Instance Attribute Details
#ignore_words ⇒ ::Array[::String]
Returns the value of attribute ignore_words.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def ignore_words @ignore_words end |
#keywords ⇒ ::Array[::String]
Returns the value of attribute keywords.
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.
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.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def regex @regex end |
#sample_text ⇒ ::String
Returns the value of attribute sample_text.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def sample_text @sample_text end |