Class: Aws::ConnectCases::Types::EventIncludedData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/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

Instance Attribute Details

#case_dataTypes::CaseEventIncludedData

Details of what case data is published through the case event stream.



858
859
860
861
862
863
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 858

class EventIncludedData < Struct.new(
  :case_data,
  :related_item_data)
  SENSITIVE = []
  include Aws::Structure
end

Details of what related item data is published through the case event stream.



858
859
860
861
862
863
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 858

class EventIncludedData < Struct.new(
  :case_data,
  :related_item_data)
  SENSITIVE = []
  include Aws::Structure
end