Class: Aws::AppTest::Types::ListTestRunTestCasesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token from a previous request to retrieve the next page of results.

Returns:

  • (String)


1481
1482
1483
1484
1485
1486
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1481

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

#test_run_test_casesArray<Types::TestCaseRunSummary>

The test run of the test cases.

Returns:



1481
1482
1483
1484
1485
1486
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 1481

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