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