Class: Aws::Types::CreateCustomEntityTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomEntityTypeRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#context_words ⇒ ::Array[::String]
Returns the value of attribute context_words.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def context_words @context_words end |
#name ⇒ ::String
Returns the value of attribute name.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def name @name end |
#regex_string ⇒ ::String
Returns the value of attribute regex_string.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def regex_string @regex_string end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def @tags end |