Class: Aws::AppTest::Types::ListTestRunTestCasesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ListTestRunTestCasesRequest
- 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 run test cases to return in one page of results.
-
#next_token ⇒ String
The token from a previous request to retrieve the next page of results.
-
#test_run_id ⇒ String
The test run ID of the test cases.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of test run test cases to return in one page of results.
1462 1463 1464 1465 1466 1467 1468 |
# File 'lib/aws-sdk-apptest/types.rb', line 1462 class ListTestRunTestCasesRequest < Struct.new( :test_run_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token from a previous request to retrieve the next page of results.
1462 1463 1464 1465 1466 1467 1468 |
# File 'lib/aws-sdk-apptest/types.rb', line 1462 class ListTestRunTestCasesRequest < Struct.new( :test_run_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#test_run_id ⇒ String
The test run ID of the test cases.
1462 1463 1464 1465 1466 1467 1468 |
# File 'lib/aws-sdk-apptest/types.rb', line 1462 class ListTestRunTestCasesRequest < Struct.new( :test_run_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |