Class: Aws::AppTest::Types::DeleteTestSuiteRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#test_suite_idString

The test ID of the test suite.

Returns:

  • (String)


797
798
799
800
801
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 797

class DeleteTestSuiteRequest < Struct.new(
  :test_suite_id)
  SENSITIVE = []
  include Aws::Structure
end