Class: Aws::Connect::Types::WebNotificationSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WebNotificationSource
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The source of an outbound web notification. Identifies the campaign and outbound request that triggered the notification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_campaign ⇒ Types::SourceCampaign
Information about the campaign that triggered the web notification, including the campaign identifier and outbound request identifier.
Instance Attribute Details
#source_campaign ⇒ Types::SourceCampaign
Information about the campaign that triggered the web notification, including the campaign identifier and outbound request identifier.
39389 39390 39391 39392 39393 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39389 class WebNotificationSource < Struct.new( :source_campaign) SENSITIVE = [] include Aws::Structure end |