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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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.

Returns:

  • (String)


9311
9312
9313
9314
9315
9316
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9311

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.

Returns:

  • (String)


9311
9312
9313
9314
9315
9316
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9311

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