Class: Aws::ConnectCases::Types::CaseSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::CaseSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Case summary information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
A unique identifier of the case.
-
#template_id ⇒ String
A unique identifier of a template.
Instance Attribute Details
#case_id ⇒ String
A unique identifier of the case.
314 315 316 317 318 319 |
# File 'lib/aws-sdk-connectcases/types.rb', line 314 class CaseSummary < Struct.new( :case_id, :template_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
A unique identifier of a template.
314 315 316 317 318 319 |
# File 'lib/aws-sdk-connectcases/types.rb', line 314 class CaseSummary < Struct.new( :case_id, :template_id) SENSITIVE = [] include Aws::Structure end |