Class: Aws::AppTest::Types::TestSuiteSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TestSuiteSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the test suite summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time of the test suite summary.
-
#last_update_time ⇒ Time
The last update time of the test suite summary.
-
#latest_version ⇒ Integer
The latest version of the test suite summary.
-
#name ⇒ String
The name of the test suite summary.
-
#status ⇒ String
The status of the test suite summary.
-
#status_reason ⇒ String
The status reason of the test suite summary.
-
#test_suite_arn ⇒ String
The test suite Amazon Resource Name (ARN) of the test suite summary.
-
#test_suite_id ⇒ String
The test suite ID of the test suite summary.
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the test suite summary.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-apptest/types.rb', line 3016 class TestSuiteSummary < Struct.new( :test_suite_id, :name, :status_reason, :latest_version, :test_suite_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The last update time of the test suite summary.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-apptest/types.rb', line 3016 class TestSuiteSummary < Struct.new( :test_suite_id, :name, :status_reason, :latest_version, :test_suite_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#latest_version ⇒ Integer
The latest version of the test suite summary.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-apptest/types.rb', line 3016 class TestSuiteSummary < Struct.new( :test_suite_id, :name, :status_reason, :latest_version, :test_suite_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the test suite summary.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-apptest/types.rb', line 3016 class TestSuiteSummary < Struct.new( :test_suite_id, :name, :status_reason, :latest_version, :test_suite_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the test suite summary.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-apptest/types.rb', line 3016 class TestSuiteSummary < Struct.new( :test_suite_id, :name, :status_reason, :latest_version, :test_suite_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the test suite summary.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-apptest/types.rb', line 3016 class TestSuiteSummary < Struct.new( :test_suite_id, :name, :status_reason, :latest_version, :test_suite_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#test_suite_arn ⇒ String
The test suite Amazon Resource Name (ARN) of the test suite summary.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-apptest/types.rb', line 3016 class TestSuiteSummary < Struct.new( :test_suite_id, :name, :status_reason, :latest_version, :test_suite_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#test_suite_id ⇒ String
The test suite ID of the test suite summary.
3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 |
# File 'lib/aws-sdk-apptest/types.rb', line 3016 class TestSuiteSummary < Struct.new( :test_suite_id, :name, :status_reason, :latest_version, :test_suite_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |