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