Module: Aws::GeoPlaces::Client::_SearchTextResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchTextResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #pricing_bucket ⇒ ::String
- #result_items ⇒ ::Array[Types::SearchTextResultItem]
Instance Method Details
#next_token ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def next_token: () -> ::String
|
#pricing_bucket ⇒ ::String
238 |
# File 'sig/client.rbs', line 238
def pricing_bucket: () -> ::String
|
#result_items ⇒ ::Array[Types::SearchTextResultItem]
239 |
# File 'sig/client.rbs', line 239
def result_items: () -> ::Array[Types::SearchTextResultItem]
|