Class: Aws::Types::GetCustomEntityTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCustomEntityTypeResponse
- 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.
3423 3424 3425 |
# File 'sig/types.rbs', line 3423 def context_words @context_words end |
#name ⇒ ::String
Returns the value of attribute name.
3421 3422 3423 |
# File 'sig/types.rbs', line 3421 def name @name end |
#regex_string ⇒ ::String
Returns the value of attribute regex_string.
3422 3423 3424 |
# File 'sig/types.rbs', line 3422 def regex_string @regex_string end |