Class: Aws::ConnectCases::Types::EventIncludedData
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::EventIncludedData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Details of what case and related item data is published through the case event stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_data ⇒ Types::CaseEventIncludedData
Details of what case data is published through the case event stream.
-
#related_item_data ⇒ Types::RelatedItemEventIncludedData
Details of what related item data is published through the case event stream.
Instance Attribute Details
#case_data ⇒ Types::CaseEventIncludedData
Details of what case data is published through the case event stream.
858 859 860 861 862 863 |
# File 'lib/aws-sdk-connectcases/types.rb', line 858 class EventIncludedData < Struct.new( :case_data, :related_item_data) SENSITIVE = [] include Aws::Structure end |
#related_item_data ⇒ Types::RelatedItemEventIncludedData
Details of what related item data is published through the case event stream.
858 859 860 861 862 863 |
# File 'lib/aws-sdk-connectcases/types.rb', line 858 class EventIncludedData < Struct.new( :case_data, :related_item_data) SENSITIVE = [] include Aws::Structure end |