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.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def context_words @context_words end |
#name ⇒ ::String
Returns the value of attribute name.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def name @name end |
#regex_string ⇒ ::String
Returns the value of attribute regex_string.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def regex_string @regex_string end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def @tags end |