Class: Aws::AppTest::Types::ListTestRunsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of test runs to return in one page of results.

Returns:

  • (Integer)


1507
1508
1509
1510
1511
1512
1513
1514
# File 'lib/aws-sdk-apptest/types.rb', line 1507

class ListTestRunsRequest < Struct.new(
  :test_suite_id,
  :test_run_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
1513
1514
# File 'lib/aws-sdk-apptest/types.rb', line 1507

class ListTestRunsRequest < Struct.new(
  :test_suite_id,
  :test_run_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#test_run_idsArray<String>

The test run IDs of the test runs.

Returns:

  • (Array<String>)


1507
1508
1509
1510
1511
1512
1513
1514
# File 'lib/aws-sdk-apptest/types.rb', line 1507

class ListTestRunsRequest < Struct.new(
  :test_suite_id,
  :test_run_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#test_suite_idString

The test suite ID of the test runs.

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
1513
1514
# File 'lib/aws-sdk-apptest/types.rb', line 1507

class ListTestRunsRequest < Struct.new(
  :test_suite_id,
  :test_run_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end