Class: Aws::ConnectCases::Types::RelatedItemEventIncludedData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#include_contentBoolean

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

Returns:

  • (Boolean)


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