Class: Aws::ConnectCampaignsV2::Types::WebNotificationContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::WebNotificationContext
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Context metadata for the web notification type channel
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#browser_id ⇒ String
Browser Id for web notification event trigger.
-
#session_id ⇒ String
Session Id for web notification event trigger.
Instance Attribute Details
#browser_id ⇒ String
Browser Id for web notification event trigger
2707 2708 2709 2710 2711 2712 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2707 class WebNotificationContext < Struct.new( :session_id, :browser_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
Session Id for web notification event trigger
2707 2708 2709 2710 2711 2712 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2707 class WebNotificationContext < Struct.new( :session_id, :browser_id) SENSITIVE = [] include Aws::Structure end |