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