Class: Aws::ConnectCases::Types::GetCaseEventConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_bridgeTypes::EventBridgeConfiguration

Configuration to enable EventBridge case event delivery and determine what data is delivered.



1153
1154
1155
1156
1157
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1153

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