Class: Aws::AppTest::Types::TestCaseRunSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TestCaseRunSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the test case run summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_end_time ⇒ Time
The run end time of the test case run summary.
-
#run_start_time ⇒ Time
The run start time of the test case run summary.
-
#status ⇒ String
The status of the test case run summary.
-
#status_reason ⇒ String
The status reason of the test case run summary.
-
#test_case_id ⇒ String
The test case id of the test case run summary.
-
#test_case_version ⇒ Integer
The test case version of the test case run summary.
-
#test_run_id ⇒ String
The test run id of the test case run summary.
Instance Attribute Details
#run_end_time ⇒ Time
The run end time of the test case run summary.
2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-apptest/types.rb', line 2671 class TestCaseRunSummary < Struct.new( :test_case_id, :test_case_version, :test_run_id, :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 case run summary.
2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-apptest/types.rb', line 2671 class TestCaseRunSummary < Struct.new( :test_case_id, :test_case_version, :test_run_id, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the test case run summary.
2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-apptest/types.rb', line 2671 class TestCaseRunSummary < Struct.new( :test_case_id, :test_case_version, :test_run_id, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the test case run summary.
2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-apptest/types.rb', line 2671 class TestCaseRunSummary < Struct.new( :test_case_id, :test_case_version, :test_run_id, :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 case run summary.
2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-apptest/types.rb', line 2671 class TestCaseRunSummary < Struct.new( :test_case_id, :test_case_version, :test_run_id, :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 case run summary.
2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-apptest/types.rb', line 2671 class TestCaseRunSummary < Struct.new( :test_case_id, :test_case_version, :test_run_id, :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 case run summary.
2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 |
# File 'lib/aws-sdk-apptest/types.rb', line 2671 class TestCaseRunSummary < Struct.new( :test_case_id, :test_case_version, :test_run_id, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |