Class: Aws::ConnectCampaignsV2::Types::WebNotificationContext

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#browser_idString

Browser Id for web notification event trigger

Returns:

  • (String)


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_idString

Session Id for web notification event trigger

Returns:

  • (String)


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