Class: Aws::ConnectCases::Types::CaseEventIncludedData
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::CaseEventIncludedData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Details of what case data is published through the case event stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::FieldIdentifier>
List of field identifiers.
Instance Attribute Details
#fields ⇒ Array<Types::FieldIdentifier>
List of field identifiers.
257 258 259 260 261 |
# File 'lib/aws-sdk-connectcases/types.rb', line 257 class CaseEventIncludedData < Struct.new( :fields) SENSITIVE = [] include Aws::Structure end |