Class: Aws::AppTest::Types::ListTestRunStepsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ListTestRunStepsRequest
- 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 steps to return in one page of results.
-
#next_token ⇒ String
The token from a previous step to retrieve the next page of results.
-
#test_case_id ⇒ String
The test case ID of the test run steps.
-
#test_run_id ⇒ String
The test run ID of the test run steps.
-
#test_suite_id ⇒ String
The test suite ID of the test run steps.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of test run steps to return in one page of results.
1418 1419 1420 1421 1422 1423 1424 1425 1426 |
# File 'lib/aws-sdk-apptest/types.rb', line 1418 class ListTestRunStepsRequest < Struct.new( :test_run_id, :test_case_id, :test_suite_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token from a previous step to retrieve the next page of results.
1418 1419 1420 1421 1422 1423 1424 1425 1426 |
# File 'lib/aws-sdk-apptest/types.rb', line 1418 class ListTestRunStepsRequest < Struct.new( :test_run_id, :test_case_id, :test_suite_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#test_case_id ⇒ String
The test case ID of the test run steps.
1418 1419 1420 1421 1422 1423 1424 1425 1426 |
# File 'lib/aws-sdk-apptest/types.rb', line 1418 class ListTestRunStepsRequest < Struct.new( :test_run_id, :test_case_id, :test_suite_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#test_run_id ⇒ String
The test run ID of the test run steps.
1418 1419 1420 1421 1422 1423 1424 1425 1426 |
# File 'lib/aws-sdk-apptest/types.rb', line 1418 class ListTestRunStepsRequest < Struct.new( :test_run_id, :test_case_id, :test_suite_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#test_suite_id ⇒ String
The test suite ID of the test run steps.
1418 1419 1420 1421 1422 1423 1424 1425 1426 |
# File 'lib/aws-sdk-apptest/types.rb', line 1418 class ListTestRunStepsRequest < Struct.new( :test_run_id, :test_case_id, :test_suite_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |