Class: Aws::AppTest::Types::DeleteTestSuiteRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::DeleteTestSuiteRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_suite_id ⇒ String
The test ID of the test suite.
Instance Attribute Details
#test_suite_id ⇒ String
The test ID of the test suite.
797 798 799 800 801 |
# File 'lib/aws-sdk-apptest/types.rb', line 797 class DeleteTestSuiteRequest < Struct.new( :test_suite_id) SENSITIVE = [] include Aws::Structure end |