Class: Aws::AppTest::Types::TestCaseLatestVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::TestCaseLatestVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies the latest version of a test case.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the test case latest version.
-
#status_reason ⇒ String
The status reason of the test case latest version.
-
#version ⇒ Integer
The version of the test case latest version.
Instance Attribute Details
#status ⇒ String
The status of the test case latest version.
2631 2632 2633 2634 2635 2636 2637 |
# File 'lib/aws-sdk-apptest/types.rb', line 2631 class TestCaseLatestVersion < Struct.new( :version, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The status reason of the test case latest version.
2631 2632 2633 2634 2635 2636 2637 |
# File 'lib/aws-sdk-apptest/types.rb', line 2631 class TestCaseLatestVersion < Struct.new( :version, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version of the test case latest version.
2631 2632 2633 2634 2635 2636 2637 |
# File 'lib/aws-sdk-apptest/types.rb', line 2631 class TestCaseLatestVersion < Struct.new( :version, :status, :status_reason) SENSITIVE = [] include Aws::Structure end |