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.
4941 4942 4943 |
# File 'sig/types.rbs', line 4941 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
4942 4943 4944 |
# File 'sig/types.rbs', line 4942 def language_code @language_code end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4943 4944 4945 |
# File 'sig/types.rbs', line 4943 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4944 4945 4946 |
# File 'sig/types.rbs', line 4944 def next_token @next_token end |