Class: Aws::Connect::Types::ListTestCaseExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListTestCaseExecutionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#test_case_executions ⇒ Array<Types::TestCaseExecution>
An array of test case execution summary objects.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
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_executions ⇒ Array<Types::TestCaseExecution>
An array of test case execution summary objects.
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 |