Method: Aws::AppTest::Types::TestConfigurationLatestVersion#version
- Defined in:
- lib/aws-sdk-apptest/types.rb
#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 |