Class: Aws::Connect::Types::ListEvaluationFormVersionsResponse

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_version_summary_listArray<Types::EvaluationFormVersionSummary>

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



11291
11292
11293
11294
11295
11296
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11291

class ListEvaluationFormVersionsResponse < Struct.new(
  :evaluation_form_version_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)


11291
11292
11293
11294
11295
11296
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11291

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