Class: Aws::AppTest::Types::UpdateTestConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::UpdateTestConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the test configuration.
-
#properties ⇒ Hash<String,String>
The properties of the test configuration.
-
#resources ⇒ Array<Types::Resource>
The resources of the test configuration.
-
#service_settings ⇒ Types::ServiceSettings
The service settings of the test configuration.
-
#test_configuration_id ⇒ String
The test configuration ID of the test configuration.
Instance Attribute Details
#description ⇒ String
The description of the test configuration.
3140 3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-apptest/types.rb', line 3140 class UpdateTestConfigurationRequest < Struct.new( :test_configuration_id, :description, :resources, :properties, :service_settings) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Hash<String,String>
The properties of the test configuration.
3140 3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-apptest/types.rb', line 3140 class UpdateTestConfigurationRequest < Struct.new( :test_configuration_id, :description, :resources, :properties, :service_settings) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::Resource>
The resources of the test configuration.
3140 3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-apptest/types.rb', line 3140 class UpdateTestConfigurationRequest < Struct.new( :test_configuration_id, :description, :resources, :properties, :service_settings) SENSITIVE = [] include Aws::Structure end |
#service_settings ⇒ Types::ServiceSettings
The service settings of the test configuration.
3140 3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-apptest/types.rb', line 3140 class UpdateTestConfigurationRequest < Struct.new( :test_configuration_id, :description, :resources, :properties, :service_settings) SENSITIVE = [] include Aws::Structure end |
#test_configuration_id ⇒ String
The test configuration ID of the test configuration.
3140 3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-apptest/types.rb', line 3140 class UpdateTestConfigurationRequest < Struct.new( :test_configuration_id, :description, :resources, :properties, :service_settings) SENSITIVE = [] include Aws::Structure end |