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]
3508 |
# File 'sig/client.rbs', line 3508
def aggregates: () -> ::Array[Types::AggregationOutput]
|
#items ⇒ ::Array[Types::SearchResultItem]
3505 |
# File 'sig/client.rbs', line 3505
def items: () -> ::Array[Types::SearchResultItem]
|
#next_token ⇒ ::String
3506 |
# File 'sig/client.rbs', line 3506
def next_token: () -> ::String
|
#total_match_count ⇒ ::Integer
3507 |
# File 'sig/client.rbs', line 3507
def total_match_count: () -> ::Integer
|