Class: Aws::Types::ListContactEvaluationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListContactEvaluationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_summary_list ⇒ ::Array[Types::EvaluationSummary]
Returns the value of attribute evaluation_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#evaluation_summary_list ⇒ ::Array[Types::EvaluationSummary]
Returns the value of attribute evaluation_summary_list.
4791 4792 4793 |
# File 'sig/types.rbs', line 4791 def evaluation_summary_list @evaluation_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4792 4793 4794 |
# File 'sig/types.rbs', line 4792 def next_token @next_token end |