Class: Aws::ConnectCases::Types::DeleteCaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::DeleteCaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
A unique identifier of the case.
-
#domain_id ⇒ String
A unique identifier of the Cases domain.
Instance Attribute Details
#case_id ⇒ String
A unique identifier of the case.
1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1130 class DeleteCaseRequest < Struct.new( :domain_id, :case_id) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
A unique identifier of the Cases domain.
1130 1131 1132 1133 1134 1135 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1130 class DeleteCaseRequest < Struct.new( :domain_id, :case_id) SENSITIVE = [] include Aws::Structure end |