Class: Aws::AppTest::Types::DeleteTestRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::DeleteTestRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#test_run_id ⇒ String
The run ID of the test run.
Instance Attribute Details
#test_run_id ⇒ String
The run ID of the test run.
781 782 783 784 785 |
# File 'lib/aws-sdk-apptest/types.rb', line 781 class DeleteTestRunRequest < Struct.new( :test_run_id) SENSITIVE = [] include Aws::Structure end |