Class: Aws::Connect::Types::ListEvaluationFormsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListEvaluationFormsResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#evaluation_form_summary_list ⇒ Array<Types::EvaluationFormSummary>
Provides details about a list of evaluation forms belonging to an instance.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#evaluation_form_summary_list ⇒ Array<Types::EvaluationFormSummary>
Provides details about a list of evaluation forms belonging to an instance.
14510 14511 14512 14513 14514 14515 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14510 class ListEvaluationFormsResponse < Struct.new( :evaluation_form_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
14510 14511 14512 14513 14514 14515 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14510 class ListEvaluationFormsResponse < Struct.new( :evaluation_form_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |