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:



23004
23005
23006
23007
23008
23009
# File 'lib/aws-sdk-connect/types.rb', line 23004

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:



23004
23005
23006
23007
23008
23009
# File 'lib/aws-sdk-connect/types.rb', line 23004

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