Class: Aws::Types::BatchDetectSyntaxRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDetectSyntaxRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
-
#text_list ⇒ ::Array[::String]
Returns the value of attribute text_list.
Instance Attribute Details
#language_code ⇒ "en", ...
Returns the value of attribute language_code.
101 102 103 |
# File 'sig/types.rbs', line 101 def language_code @language_code end |
#text_list ⇒ ::Array[::String]
Returns the value of attribute text_list.
100 101 102 |
# File 'sig/types.rbs', line 100 def text_list @text_list end |