Class: Aws::Connect::Types::DeleteTestCaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteTestCaseRequest
- Defined in:
- gems/aws-sdk-connect/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.
9194 9195 9196 9197 9198 9199 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9194 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.
9194 9195 9196 9197 9198 9199 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 9194 class DeleteTestCaseRequest < Struct.new( :instance_id, :test_case_id) SENSITIVE = [] include Aws::Structure end |