Class: Aws::Types::CustomEntityType
- Inherits:
-
Object
- Object
- Aws::Types::CustomEntityType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_words ⇒ ::Array[::String]
Returns the value of attribute context_words.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#regex_string ⇒ ::String
Returns the value of attribute regex_string.
Instance Attribute Details
#context_words ⇒ ::Array[::String]
Returns the value of attribute context_words.
1922 1923 1924 |
# File 'sig/types.rbs', line 1922 def context_words @context_words end |
#name ⇒ ::String
Returns the value of attribute name.
1920 1921 1922 |
# File 'sig/types.rbs', line 1920 def name @name end |
#regex_string ⇒ ::String
Returns the value of attribute regex_string.
1921 1922 1923 |
# File 'sig/types.rbs', line 1921 def regex_string @regex_string end |