Class: Aws::AppTest::Types::TestConfigurationLatestVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TestConfigurationLatestVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the latest version of the test configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the test configuration latest version.
-
#status_reason ⇒ String
The status reason of the test configuration latest version.
-
#version ⇒ Integer
The version of the test configuration latest version.
Instance Attribute Details
#status ⇒ String
The status of the test configuration latest version.
2771 2772 2773 2774 2775 2776 2777 |
# File 'lib/aws-sdk-apptest/types.rb', line 2771 class TestConfigurationLatestVersion < Struct.new( :version, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the test configuration latest version.
2771 2772 2773 2774 2775 2776 2777 |
# File 'lib/aws-sdk-apptest/types.rb', line 2771 class TestConfigurationLatestVersion < Struct.new( :version, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the test configuration latest version.
2771 2772 2773 2774 2775 2776 2777 |
# File 'lib/aws-sdk-apptest/types.rb', line 2771 class TestConfigurationLatestVersion < Struct.new( :version, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |