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.



41241
41242
41243
41244
41245
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 41241

class WebNotificationSource < Struct.new(
  :source_campaign)
  SENSITIVE = []
  include Aws::Structure
end