Class: Aws::ConnectCases::Types::RelatedItemEventIncludedData
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::RelatedItemEventIncludedData
- Includes:
- Structure
- Defined in:
- 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.
2787 2788 2789 2790 2791 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2787 class RelatedItemEventIncludedData < Struct.new( :include_content) SENSITIVE = [] include Aws::Structure end |