Class: Aws::Types::GetQuerySuggestionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetQuerySuggestionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query_suggestions_id ⇒ ::String
Returns the value of attribute query_suggestions_id.
-
#suggestions ⇒ ::Array[Types::Suggestion]
Returns the value of attribute suggestions.
Instance Attribute Details
#query_suggestions_id ⇒ ::String
Returns the value of attribute query_suggestions_id.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def query_suggestions_id @query_suggestions_id end |
#suggestions ⇒ ::Array[Types::Suggestion]
Returns the value of attribute suggestions.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def suggestions @suggestions end |