Class: Aws::Types::SearchPlaceIndexForSuggestionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchPlaceIndexForSuggestionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#results ⇒ ::Array[Types::SearchForSuggestionsResult]
Returns the value of attribute results.
-
#summary ⇒ Types::SearchPlaceIndexForSuggestionsSummary
Returns the value of attribute summary.
Instance Attribute Details
#results ⇒ ::Array[Types::SearchForSuggestionsResult]
Returns the value of attribute results.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def results @results end |
#summary ⇒ Types::SearchPlaceIndexForSuggestionsSummary
Returns the value of attribute summary.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def summary @summary end |