Class: Aws::AppTest::Types::GetTestRunStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::GetTestRunStepRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_name ⇒ String
The step name of the test run step.
-
#test_case_id ⇒ String
The test case ID of a test run step.
-
#test_run_id ⇒ String
The test run ID of the test run step.
-
#test_suite_id ⇒ String
The test suite ID of a test run step.
Instance Attribute Details
#step_name ⇒ String
The step name of the test run step.
1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-apptest/types.rb', line 1053 class GetTestRunStepRequest < Struct.new( :test_run_id, :step_name, :test_case_id, :test_suite_id) SENSITIVE = [] include Aws::Structure end |
#test_case_id ⇒ String
The test case ID of a test run step.
1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-apptest/types.rb', line 1053 class GetTestRunStepRequest < Struct.new( :test_run_id, :step_name, :test_case_id, :test_suite_id) SENSITIVE = [] include Aws::Structure end |
#test_run_id ⇒ String
The test run ID of the test run step.
1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-apptest/types.rb', line 1053 class GetTestRunStepRequest < Struct.new( :test_run_id, :step_name, :test_case_id, :test_suite_id) SENSITIVE = [] include Aws::Structure end |
#test_suite_id ⇒ String
The test suite ID of a test run step.
1053 1054 1055 1056 1057 1058 1059 1060 |
# File 'lib/aws-sdk-apptest/types.rb', line 1053 class GetTestRunStepRequest < Struct.new( :test_run_id, :step_name, :test_case_id, :test_suite_id) SENSITIVE = [] include Aws::Structure end |