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.



1241
1242
1243
1244
1245
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1241

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