Class: Aws::ConnectCases::Types::RelatedItemEventIncludedData
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::RelatedItemEventIncludedData
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Details of what related item data is published through the case event stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_content ⇒ Boolean
Details of what related item data is published through the case event stream.
Instance Attribute Details
#include_content ⇒ Boolean
Details of what related item data is published through the case event stream.
2515 2516 2517 2518 2519 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2515 class RelatedItemEventIncludedData < Struct.new( :include_content) SENSITIVE = [] include Aws::Structure end |