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]
3462 |
# File 'sig/client.rbs', line 3462
def items: () -> ::Array[Types::SearchInventoryResultItem]
|
#next_token ⇒ ::String
3463 |
# File 'sig/client.rbs', line 3463
def next_token: () -> ::String
|
#total_match_count ⇒ ::Integer
3464 |
# File 'sig/client.rbs', line 3464
def total_match_count: () -> ::Integer
|