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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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:



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_tokenString

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

Returns:

  • (String)


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