Module: Aws::DataZone::Client::_SearchListingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchListingsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aggregates ⇒ ::Array[Types::AggregationOutput]
- #items ⇒ ::Array[Types::SearchResultItem]
- #next_token ⇒ ::String
- #total_match_count ⇒ ::Integer
Instance Method Details
#aggregates ⇒ ::Array[Types::AggregationOutput]
3501 |
# File 'sig/client.rbs', line 3501
def aggregates: () -> ::Array[Types::AggregationOutput]
|
#items ⇒ ::Array[Types::SearchResultItem]
3498 |
# File 'sig/client.rbs', line 3498
def items: () -> ::Array[Types::SearchResultItem]
|
#next_token ⇒ ::String
3499 |
# File 'sig/client.rbs', line 3499
def next_token: () -> ::String
|
#total_match_count ⇒ ::Integer
3500 |
# File 'sig/client.rbs', line 3500
def total_match_count: () -> ::Integer
|