Class: Aws::Types::SearchEvaluationFormsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchEvaluationFormsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
-
#evaluation_form_search_summary_list ⇒ ::Array[Types::EvaluationFormSearchSummary]
Returns the value of attribute evaluation_form_search_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
7076 7077 7078 |
# File 'sig/types.rbs', line 7076 def approximate_total_count @approximate_total_count end |
#evaluation_form_search_summary_list ⇒ ::Array[Types::EvaluationFormSearchSummary]
Returns the value of attribute evaluation_form_search_summary_list.
7074 7075 7076 |
# File 'sig/types.rbs', line 7074 def evaluation_form_search_summary_list @evaluation_form_search_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7075 7076 7077 |
# File 'sig/types.rbs', line 7075 def next_token @next_token end |