Class: Aws::AppTest::Types::UpdateTestConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::UpdateTestConfigurationResponse
- Defined in:
- gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_configuration_id ⇒ String
The configuration ID of the test configuration.
-
#test_configuration_version ⇒ Integer
The configuration version of the test configuration.
Instance Attribute Details
#test_configuration_id ⇒ String
The configuration ID of the test configuration.
3160 3161 3162 3163 3164 3165 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3160 class UpdateTestConfigurationResponse < Struct.new( :test_configuration_id, :test_configuration_version) SENSITIVE = [] include Aws::Structure end |
#test_configuration_version ⇒ Integer
The configuration version of the test configuration.
3160 3161 3162 3163 3164 3165 |
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3160 class UpdateTestConfigurationResponse < Struct.new( :test_configuration_id, :test_configuration_version) SENSITIVE = [] include Aws::Structure end |