Class: Aws::Connect::Types::DeleteTestCaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteTestCaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#test_case_id ⇒ String
The identifier of the test case to delete.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
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_id ⇒ String
The identifier of the test case to delete.
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 |