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.
2016 2017 2018 2019 2020 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2016 class RelatedItemEventIncludedData < Struct.new( :include_content) SENSITIVE = [] include Aws::Structure end |