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
3920 |
# File 'sig/client.rbs', line 3920
def approximate_total_count: () -> ::Integer
|
#evaluation_form_search_summary_list ⇒ ::Array[Types::EvaluationFormSearchSummary]
3918 |
# File 'sig/client.rbs', line 3918
def evaluation_form_search_summary_list: () -> ::Array[Types::EvaluationFormSearchSummary]
|
#next_token ⇒ ::String
3919 |
# File 'sig/client.rbs', line 3919
def next_token: () -> ::String
|