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.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def context_words @context_words end |
#name ⇒ ::String
Returns the value of attribute name.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def name @name end |
#regex_string ⇒ ::String
Returns the value of attribute regex_string.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def regex_string @regex_string end |