Class: Aws::Types::ListDefaultVocabulariesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDefaultVocabulariesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
5091 5092 5093 |
# File 'sig/types.rbs', line 5091 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
5092 5093 5094 |
# File 'sig/types.rbs', line 5092 def language_code @language_code end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5093 5094 5095 |
# File 'sig/types.rbs', line 5093 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5094 5095 5096 |
# File 'sig/types.rbs', line 5094 def next_token @next_token end |