Module: Aws::Connect::Client::_SearchContactsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchContactsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#contacts ⇒ ::Array[Types::ContactSearchSummary]
3949 |
# File 'sig/client.rbs', line 3949
def contacts: () -> ::Array[Types::ContactSearchSummary]
|
#next_token ⇒ ::String
3950 |
# File 'sig/client.rbs', line 3950
def next_token: () -> ::String
|
#total_count ⇒ ::Integer
3951 |
# File 'sig/client.rbs', line 3951
def total_count: () -> ::Integer
|