Class: Aws::AppTest::Types::TestRunStepSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TestRunStepSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies a test run step summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#after_step ⇒ Boolean
The after step of the test run step summary.
-
#before_step ⇒ Boolean
The before step of the test run step summary.
-
#run_end_time ⇒ Time
The run end time of the test run step summary.
-
#run_start_time ⇒ Time
The run start time of the test run step summary.
-
#status ⇒ String
The status of the test run step summary.
-
#status_reason ⇒ String
The status reason of the test run step summary.
-
#step_name ⇒ String
The step name of the test run step summary.
-
#test_case_id ⇒ String
The test case ID of the test run step summary.
-
#test_case_version ⇒ Integer
The test case version of the test run step summary.
-
#test_run_id ⇒ String
The test run ID of the test run step summary.
-
#test_suite_id ⇒ String
The test suite ID of the test run step summary.
-
#test_suite_version ⇒ Integer
The test suite version of the test run step summary.
Instance Attribute Details
#after_step ⇒ Boolean
The after step of the test run step summary.
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-apptest/types.rb', line 2880 class TestRunStepSummary < Struct.new( :step_name, :test_run_id, :test_case_id, :test_case_version, :test_suite_id, :test_suite_version, :before_step, :after_step, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#before_step ⇒ Boolean
The before step of the test run step summary.
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-apptest/types.rb', line 2880 class TestRunStepSummary < Struct.new( :step_name, :test_run_id, :test_case_id, :test_case_version, :test_suite_id, :test_suite_version, :before_step, :after_step, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#run_end_time ⇒ Time
The run end time of the test run step summary.
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-apptest/types.rb', line 2880 class TestRunStepSummary < Struct.new( :step_name, :test_run_id, :test_case_id, :test_case_version, :test_suite_id, :test_suite_version, :before_step, :after_step, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#run_start_time ⇒ Time
The run start time of the test run step summary.
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-apptest/types.rb', line 2880 class TestRunStepSummary < Struct.new( :step_name, :test_run_id, :test_case_id, :test_case_version, :test_suite_id, :test_suite_version, :before_step, :after_step, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the test run step summary.
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-apptest/types.rb', line 2880 class TestRunStepSummary < Struct.new( :step_name, :test_run_id, :test_case_id, :test_case_version, :test_suite_id, :test_suite_version, :before_step, :after_step, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the test run step summary.
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-apptest/types.rb', line 2880 class TestRunStepSummary < Struct.new( :step_name, :test_run_id, :test_case_id, :test_case_version, :test_suite_id, :test_suite_version, :before_step, :after_step, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#step_name ⇒ String
The step name of the test run step summary.
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-apptest/types.rb', line 2880 class TestRunStepSummary < Struct.new( :step_name, :test_run_id, :test_case_id, :test_case_version, :test_suite_id, :test_suite_version, :before_step, :after_step, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#test_case_id ⇒ String
The test case ID of the test run step summary.
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-apptest/types.rb', line 2880 class TestRunStepSummary < Struct.new( :step_name, :test_run_id, :test_case_id, :test_case_version, :test_suite_id, :test_suite_version, :before_step, :after_step, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#test_case_version ⇒ Integer
The test case version of the test run step summary.
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-apptest/types.rb', line 2880 class TestRunStepSummary < Struct.new( :step_name, :test_run_id, :test_case_id, :test_case_version, :test_suite_id, :test_suite_version, :before_step, :after_step, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#test_run_id ⇒ String
The test run ID of the test run step summary.
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-apptest/types.rb', line 2880 class TestRunStepSummary < Struct.new( :step_name, :test_run_id, :test_case_id, :test_case_version, :test_suite_id, :test_suite_version, :before_step, :after_step, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#test_suite_id ⇒ String
The test suite ID of the test run step summary.
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-apptest/types.rb', line 2880 class TestRunStepSummary < Struct.new( :step_name, :test_run_id, :test_case_id, :test_case_version, :test_suite_id, :test_suite_version, :before_step, :after_step, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#test_suite_version ⇒ Integer
The test suite version of the test run step summary.
2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-apptest/types.rb', line 2880 class TestRunStepSummary < Struct.new( :step_name, :test_run_id, :test_case_id, :test_case_version, :test_suite_id, :test_suite_version, :before_step, :after_step, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |