Class: Aws::ConnectCampaignsV2::Types::ChannelContext

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcampaignsv2/types.rb

Overview

Additional metadata related to the event trigger context

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#web_notification_contextTypes::WebNotificationContext

Context metadata for the web notification type channel



209
210
211
212
213
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 209

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