Class: Aws::AppTest::Types::TestSuiteLatestVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TestSuiteLatestVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the latest version of a test suite.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the test suite latest version.
-
#status_reason ⇒ String
The status reason of the test suite latest version.
-
#version ⇒ Integer
The version of the test suite latest version.
Instance Attribute Details
#status ⇒ String
The status of the test suite latest version.
2972 2973 2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-apptest/types.rb', line 2972 class TestSuiteLatestVersion < Struct.new( :version, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the test suite latest version.
2972 2973 2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-apptest/types.rb', line 2972 class TestSuiteLatestVersion < Struct.new( :version, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the test suite latest version.
2972 2973 2974 2975 2976 2977 2978 |
# File 'lib/aws-sdk-apptest/types.rb', line 2972 class TestSuiteLatestVersion < Struct.new( :version, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |