Class: Aws::AppTest::Types::DeleteTestConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::DeleteTestConfigurationRequest
- 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 ID of the test configuration.
Instance Attribute Details
#test_configuration_id ⇒ String
The test ID of the test configuration.
765 766 767 768 769 |
# File 'lib/aws-sdk-apptest/types.rb', line 765 class DeleteTestConfigurationRequest < Struct.new( :test_configuration_id) SENSITIVE = [] include Aws::Structure end |