Module: Aws::Connect::Client::_SearchContactEvaluationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchContactEvaluationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #evaluation_search_summary_list ⇒ ::Array[Types::EvaluationSearchSummary]
- #next_token ⇒ ::String
Instance Method Details
#approximate_total_count ⇒ ::Integer
3723 |
# File 'sig/client.rbs', line 3723
def approximate_total_count: () -> ::Integer
|
#evaluation_search_summary_list ⇒ ::Array[Types::EvaluationSearchSummary]
3721 |
# File 'sig/client.rbs', line 3721
def evaluation_search_summary_list: () -> ::Array[Types::EvaluationSearchSummary]
|
#next_token ⇒ ::String
3722 |
# File 'sig/client.rbs', line 3722
def next_token: () -> ::String
|