Class: Aws::ConnectCases::Types::ConnectCaseInputContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ConnectCaseInputContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Represents the content of a ‘ConnectCase` related item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
A unique identifier of the case.
Instance Attribute Details
#case_id ⇒ String
A unique identifier of the case.
635 636 637 638 639 |
# File 'lib/aws-sdk-connectcases/types.rb', line 635 class ConnectCaseInputContent < Struct.new( :case_id) SENSITIVE = [] include Aws::Structure end |