Class: Aws::AppTest::Types::DeleteTestRunRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apptest/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#test_run_idString

The run ID of the test run.

Returns:

  • (String)


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