Module: Aws::MarketplaceDiscovery::Client::_SearchListingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchListingsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #listing_summaries ⇒ ::Array[Types::ListingSummary]
- #next_token ⇒ ::String
- #total_results ⇒ ::Integer
Instance Method Details
#listing_summaries ⇒ ::Array[Types::ListingSummary]
238 |
# File 'sig/client.rbs', line 238
def listing_summaries: () -> ::Array[Types::ListingSummary]
|
#next_token ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def next_token: () -> ::String
|
#total_results ⇒ ::Integer
237 |
# File 'sig/client.rbs', line 237
def total_results: () -> ::Integer
|