Class: Aws::Types::ListQuerySuggestionsBlockListsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListQuerySuggestionsBlockListsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_id ⇒ ::String
Returns the value of attribute index_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#index_id ⇒ ::String
Returns the value of attribute index_id.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def index_id @index_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def next_token @next_token end |