Class: Aws::Connect::Types::WebNotificationSource

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

Instance Attribute Details

#source_campaignTypes::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