Class: Aws::Connect::Types::ListEvaluationFormsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_form_summary_listArray<Types::EvaluationFormSummary>

Provides details about a list of evaluation forms belonging to an instance.

Returns:



10920
10921
10922
10923
10924
10925
# File 'lib/aws-sdk-connect/types.rb', line 10920

class ListEvaluationFormsResponse < Struct.new(
  :evaluation_form_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


10920
10921
10922
10923
10924
10925
# File 'lib/aws-sdk-connect/types.rb', line 10920

class ListEvaluationFormsResponse < Struct.new(
  :evaluation_form_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end