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.
4999 5000 5001 |
# File 'sig/types.rbs', line 4999 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
5000 5001 5002 |
# File 'sig/types.rbs', line 5000 def language_code @language_code end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5001 5002 5003 |
# File 'sig/types.rbs', line 5001 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5002 5003 5004 |
# File 'sig/types.rbs', line 5002 def next_token @next_token end |