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.

Returns:



9377
9378
9379
9380
9381
9382
# File 'lib/aws-sdk-connect/types.rb', line 9377

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:



9377
9378
9379
9380
9381
9382
# File 'lib/aws-sdk-connect/types.rb', line 9377

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