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
2649 2650 2651 2652 2653 2654 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2649 class WebNotificationContext < Struct.new( :session_id, :browser_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
Session Id for web notification event trigger
2649 2650 2651 2652 2653 2654 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 2649 class WebNotificationContext < Struct.new( :session_id, :browser_id) SENSITIVE = [] include Aws::Structure end |