Class: Aws::ConnectCampaignsV2::Types::ChannelContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::ChannelContext
- 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
-
#web_notification_context ⇒ Types::WebNotificationContext
Context metadata for the web notification type channel.
Instance Attribute Details
#web_notification_context ⇒ Types::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 |