Class: Aws::Types::SearchVocabulariesRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchVocabulariesRequest
- 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.
-
#name_starts_with ⇒ ::String
Returns the value of attribute name_starts_with.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7494 7495 7496 |
# File 'sig/types.rbs', line 7494 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
7499 7500 7501 |
# File 'sig/types.rbs', line 7499 def language_code @language_code end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7495 7496 7497 |
# File 'sig/types.rbs', line 7495 def max_results @max_results end |
#name_starts_with ⇒ ::String
Returns the value of attribute name_starts_with.
7498 7499 7500 |
# File 'sig/types.rbs', line 7498 def name_starts_with @name_starts_with end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7496 7497 7498 |
# File 'sig/types.rbs', line 7496 def next_token @next_token end |
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
7497 7498 7499 |
# File 'sig/types.rbs', line 7497 def state @state end |