Class: Aws::Connect::Types::ListTestCaseExecutionsResponse

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

#next_tokenString

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

Returns:



25178
25179
25180
25181
25182
25183
# File 'lib/aws-sdk-connect/types.rb', line 25178

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

#test_case_executionsArray<Types::TestCaseExecution>

An array of test case execution summary objects.

Returns:



25178
25179
25180
25181
25182
25183
# File 'lib/aws-sdk-connect/types.rb', line 25178

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