Class: Aws::AppTest::Types::ListTestRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ListTestRunsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of test runs to return in one page of results.
-
#next_token ⇒ String
The token from the previous request to retrieve the next page of test run results.
-
#test_run_ids ⇒ Array<String>
The test run IDs of the test runs.
-
#test_suite_id ⇒ String
The test suite ID of the test runs.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of test runs to return in one page of results.
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_token ⇒ String
The token from the previous request to retrieve the next page of test run results.
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_ids ⇒ Array<String>
The test run IDs of the test runs.
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_id ⇒ String
The test suite ID of the test runs.
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 |