Class: Aws::Connect::Types::DeleteTestCaseRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The identifier of the Amazon Connect instance.



10386
10387
10388
10389
10390
10391
# File 'lib/aws-sdk-connect/types.rb', line 10386

class DeleteTestCaseRequest < Struct.new(
  :instance_id,
  :test_case_id)
  SENSITIVE = []
  include Aws::Structure
end

#test_case_idString

The identifier of the test case to delete.



10386
10387
10388
10389
10390
10391
# File 'lib/aws-sdk-connect/types.rb', line 10386

class DeleteTestCaseRequest < Struct.new(
  :instance_id,
  :test_case_id)
  SENSITIVE = []
  include Aws::Structure
end