Class: Aws::AppTest::Types::TestRunSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TestRunSummary
- Defined in:
- gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb
Overview
Specifies a test run summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_end_time ⇒ Time
The run end time of the test run summary.
-
#run_start_time ⇒ Time
The run start time of the test run summary.
-
#status ⇒ String
The status of the test run summary.
-
#status_reason ⇒ String
The status reason of the test run summary.
-
#test_configuration_id ⇒ String
The test configuration ID of the test run summary.
-
#test_configuration_version ⇒ Integer
The test configuration version of the test run summary.
-
#test_run_arn ⇒ String
The test run ARN of the test run summary.
-
#test_run_id ⇒ String
The test run ID of the test run summary.
-
#test_suite_id ⇒ String
The test suite ID of the test run summary.
-
#test_suite_version ⇒ Integer
The test suite version of the test run summary.
Instance Attribute Details
#run_end_time ⇒ Time
The run end time of the test run summary.
2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941 class TestRunSummary < Struct.new( :test_run_id, :test_run_arn, :test_suite_id, :test_suite_version, :test_configuration_id, :test_configuration_version, :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 summary.
2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941 class TestRunSummary < Struct.new( :test_run_id, :test_run_arn, :test_suite_id, :test_suite_version, :test_configuration_id, :test_configuration_version, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the test run summary.
2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941 class TestRunSummary < Struct.new( :test_run_id, :test_run_arn, :test_suite_id, :test_suite_version, :test_configuration_id, :test_configuration_version, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the test run summary.
2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941 class TestRunSummary < Struct.new( :test_run_id, :test_run_arn, :test_suite_id, :test_suite_version, :test_configuration_id, :test_configuration_version, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#test_configuration_id ⇒ String
The test configuration ID of the test run summary.
2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941 class TestRunSummary < Struct.new( :test_run_id, :test_run_arn, :test_suite_id, :test_suite_version, :test_configuration_id, :test_configuration_version, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#test_configuration_version ⇒ Integer
The test configuration version of the test run summary.
2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941 class TestRunSummary < Struct.new( :test_run_id, :test_run_arn, :test_suite_id, :test_suite_version, :test_configuration_id, :test_configuration_version, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |
#test_run_arn ⇒ String
The test run ARN of the test run summary.
2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941 class TestRunSummary < Struct.new( :test_run_id, :test_run_arn, :test_suite_id, :test_suite_version, :test_configuration_id, :test_configuration_version, :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 summary.
2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941 class TestRunSummary < Struct.new( :test_run_id, :test_run_arn, :test_suite_id, :test_suite_version, :test_configuration_id, :test_configuration_version, :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 summary.
2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941 class TestRunSummary < Struct.new( :test_run_id, :test_run_arn, :test_suite_id, :test_suite_version, :test_configuration_id, :test_configuration_version, :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 summary.
2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2941 class TestRunSummary < Struct.new( :test_run_id, :test_run_arn, :test_suite_id, :test_suite_version, :test_configuration_id, :test_configuration_version, :status, :status_reason, :run_start_time, :run_end_time) SENSITIVE = [] include Aws::Structure end |