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