Class: Aws::AppTest::Types::UpdateTestSuiteResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::UpdateTestSuiteResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_suite_id ⇒ String
The test suite ID of the test suite.
-
#test_suite_version ⇒ Integer
The test suite version of the test suite.
Instance Attribute Details
#test_suite_id ⇒ String
The test suite ID of the test suite.
3209 3210 3211 3212 3213 3214 |
# File 'lib/aws-sdk-apptest/types.rb', line 3209 class UpdateTestSuiteResponse < Struct.new( :test_suite_id, :test_suite_version) SENSITIVE = [] include Aws::Structure end |
#test_suite_version ⇒ Integer
The test suite version of the test suite.
3209 3210 3211 3212 3213 3214 |
# File 'lib/aws-sdk-apptest/types.rb', line 3209 class UpdateTestSuiteResponse < Struct.new( :test_suite_id, :test_suite_version) SENSITIVE = [] include Aws::Structure end |