Class: Aws::AppTest::Types::CreateTestConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CreateTestConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_configuration_id ⇒ String
The test configuration ID.
-
#test_configuration_version ⇒ Integer
The test configuration version.
Instance Attribute Details
#test_configuration_id ⇒ String
The test configuration ID.
582 583 584 585 586 587 |
# File 'lib/aws-sdk-apptest/types.rb', line 582 class CreateTestConfigurationResponse < Struct.new( :test_configuration_id, :test_configuration_version) SENSITIVE = [] include Aws::Structure end |
#test_configuration_version ⇒ Integer
The test configuration version.
582 583 584 585 586 587 |
# File 'lib/aws-sdk-apptest/types.rb', line 582 class CreateTestConfigurationResponse < Struct.new( :test_configuration_id, :test_configuration_version) SENSITIVE = [] include Aws::Structure end |