Class: Aws::AppTest::Types::TestCaseSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TestCaseSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies a test case summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time of the test case summary.
-
#last_update_time ⇒ Time
The last update time of the test case summary.
-
#latest_version ⇒ Integer
The latest version of the test case summary.
-
#name ⇒ String
The name of the test case summary.
-
#status ⇒ String
The status of the test case summary.
-
#status_reason ⇒ String
The status reason of the test case summary.
-
#test_case_arn ⇒ String
The test case Amazon Resource Name (ARN) of the test case summary.
-
#test_case_id ⇒ String
The test case ID of the test case summary.
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the test case summary.
2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 |
# File 'lib/aws-sdk-apptest/types.rb', line 2719 class TestCaseSummary < Struct.new( :test_case_id, :test_case_arn, :name, :status_reason, :latest_version, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The last update time of the test case summary.
2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 |
# File 'lib/aws-sdk-apptest/types.rb', line 2719 class TestCaseSummary < Struct.new( :test_case_id, :test_case_arn, :name, :status_reason, :latest_version, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#latest_version ⇒ Integer
The latest version of the test case summary.
2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 |
# File 'lib/aws-sdk-apptest/types.rb', line 2719 class TestCaseSummary < Struct.new( :test_case_id, :test_case_arn, :name, :status_reason, :latest_version, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the test case summary.
2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 |
# File 'lib/aws-sdk-apptest/types.rb', line 2719 class TestCaseSummary < Struct.new( :test_case_id, :test_case_arn, :name, :status_reason, :latest_version, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the test case summary.
2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 |
# File 'lib/aws-sdk-apptest/types.rb', line 2719 class TestCaseSummary < Struct.new( :test_case_id, :test_case_arn, :name, :status_reason, :latest_version, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the test case summary.
2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 |
# File 'lib/aws-sdk-apptest/types.rb', line 2719 class TestCaseSummary < Struct.new( :test_case_id, :test_case_arn, :name, :status_reason, :latest_version, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#test_case_arn ⇒ String
The test case Amazon Resource Name (ARN) of the test case summary.
2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 |
# File 'lib/aws-sdk-apptest/types.rb', line 2719 class TestCaseSummary < Struct.new( :test_case_id, :test_case_arn, :name, :status_reason, :latest_version, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#test_case_id ⇒ String
The test case ID of the test case summary.
2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 |
# File 'lib/aws-sdk-apptest/types.rb', line 2719 class TestCaseSummary < Struct.new( :test_case_id, :test_case_arn, :name, :status_reason, :latest_version, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |