Class: Aws::ConnectCases::Types::CaseEventIncludedData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Types::FieldIdentifier>

List of field identifiers.

Returns:



257
258
259
260
261
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 257

class CaseEventIncludedData < Struct.new(
  :fields)
  SENSITIVE = []
  include Aws::Structure
end