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:

  • (String)


22434
22435
22436
22437
22438
22439
# File 'lib/aws-sdk-connect/types.rb', line 22434

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:



22434
22435
22436
22437
22438
22439
# File 'lib/aws-sdk-connect/types.rb', line 22434

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