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.
9078 9079 9080 9081 9082 9083 |
# File 'lib/aws-sdk-connect/types.rb', line 9078 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.
9078 9079 9080 9081 9082 9083 |
# File 'lib/aws-sdk-connect/types.rb', line 9078 class DeleteTestCaseRequest < Struct.new( :instance_id, :test_case_id) SENSITIVE = [] include Aws::Structure end |