Module: Aws::DataZone::Client::_SearchResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #items ⇒ ::Array[Types::SearchInventoryResultItem]
- #next_token ⇒ ::String
- #total_match_count ⇒ ::Integer
Instance Method Details
#items ⇒ ::Array[Types::SearchInventoryResultItem]
3457 |
# File 'sig/client.rbs', line 3457
def items: () -> ::Array[Types::SearchInventoryResultItem]
|
#next_token ⇒ ::String
3458 |
# File 'sig/client.rbs', line 3458
def next_token: () -> ::String
|
#total_match_count ⇒ ::Integer
3459 |
# File 'sig/client.rbs', line 3459
def total_match_count: () -> ::Integer
|