Class: Aws::AppTest::Types::TestConfigurationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TestConfigurationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies a test configuration summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The creation time of the test configuration summary.
-
#last_update_time ⇒ Time
The last update time of the test configuration summary.
-
#latest_version ⇒ Integer
The latest version of the test configuration summary.
-
#name ⇒ String
The name of the test configuration summary.
-
#status ⇒ String
The status of the test configuration summary.
-
#status_reason ⇒ String
The status reason of the test configuration summary.
-
#test_configuration_arn ⇒ String
The test configuration ARN of the test configuration summary.
-
#test_configuration_id ⇒ String
The test configuration ID of the test configuration summary.
Instance Attribute Details
#creation_time ⇒ Time
The creation time of the test configuration summary.
2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-apptest/types.rb', line 2815 class TestConfigurationSummary < Struct.new( :test_configuration_id, :name, :status_reason, :latest_version, :test_configuration_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The last update time of the test configuration summary.
2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-apptest/types.rb', line 2815 class TestConfigurationSummary < Struct.new( :test_configuration_id, :name, :status_reason, :latest_version, :test_configuration_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#latest_version ⇒ Integer
The latest version of the test configuration summary.
2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-apptest/types.rb', line 2815 class TestConfigurationSummary < Struct.new( :test_configuration_id, :name, :status_reason, :latest_version, :test_configuration_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the test configuration summary.
2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-apptest/types.rb', line 2815 class TestConfigurationSummary < Struct.new( :test_configuration_id, :name, :status_reason, :latest_version, :test_configuration_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the test configuration summary.
2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-apptest/types.rb', line 2815 class TestConfigurationSummary < Struct.new( :test_configuration_id, :name, :status_reason, :latest_version, :test_configuration_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the test configuration summary.
2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-apptest/types.rb', line 2815 class TestConfigurationSummary < Struct.new( :test_configuration_id, :name, :status_reason, :latest_version, :test_configuration_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#test_configuration_arn ⇒ String
The test configuration ARN of the test configuration summary.
2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-apptest/types.rb', line 2815 class TestConfigurationSummary < Struct.new( :test_configuration_id, :name, :status_reason, :latest_version, :test_configuration_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |
#test_configuration_id ⇒ String
The test configuration ID of the test configuration summary.
2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 |
# File 'lib/aws-sdk-apptest/types.rb', line 2815 class TestConfigurationSummary < Struct.new( :test_configuration_id, :name, :status_reason, :latest_version, :test_configuration_arn, :status, :creation_time, :last_update_time) SENSITIVE = [] include Aws::Structure end |