Class: Aws::Types::ListQuerySuggestionsBlockListsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListQuerySuggestionsBlockListsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_list_summary_items ⇒ ::Array[Types::QuerySuggestionsBlockListSummary]
Returns the value of attribute block_list_summary_items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#block_list_summary_items ⇒ ::Array[Types::QuerySuggestionsBlockListSummary]
Returns the value of attribute block_list_summary_items.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def block_list_summary_items @block_list_summary_items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def next_token @next_token end |