Class: Aws::AppTest::Types::GetTestCaseResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::GetTestCaseResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time of the test case.
-
#description ⇒ String
The description of the test case.
-
#last_update_time ⇒ Time
The last update time of the test case.
-
#latest_version ⇒ Types::TestCaseLatestVersion
The latest version of the test case.
-
#name ⇒ String
The name of the test case.
-
#status ⇒ String
The status of the test case.
-
#status_reason ⇒ String
The status reason of the test case.
-
#steps ⇒ Array<Types::Step>
The steps of the test case.
-
#tags ⇒ Hash<String,String>
The tags of the test case.
-
#test_case_arn ⇒ String
The Amazon Resource Name (ARN) of the test case.
-
#test_case_id ⇒ String
The response test ID of the test case.
-
#test_case_version ⇒ Integer
The case version of the test case.
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The last update time of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |
#latest_version ⇒ Types::TestCaseLatestVersion
The latest version of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |
#steps ⇒ Array<Types::Step>
The steps of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |
#test_case_arn ⇒ String
The Amazon Resource Name (ARN) of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |
#test_case_id ⇒ String
The response test ID of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |
#test_case_version ⇒ Integer
The case version of the test case.
924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
# File 'lib/aws-sdk-apptest/types.rb', line 924 class GetTestCaseResponse < Struct.new( :test_case_id, :test_case_arn, :name, :description, :latest_version, :test_case_version, :status, :status_reason, :creation_time, :last_update_time, :steps, :tags) SENSITIVE = [] include Aws::Structure end |