Class: Aws::Connect::Types::WidgetDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

The destination for an outbound web notification, specifying the communication widget that delivers the notification and the customer profile of the recipient.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#profile_idString

The identifier of the customer profile associated with the browser session that should receive the notification.

Returns:

  • (String)


39411
39412
39413
39414
39415
39416
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39411

class WidgetDestination < Struct.new(
  :widget_id,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end

#widget_idString

The identifier of the communication widget that delivers the notification to the customer's browser.

Returns:

  • (String)


39411
39412
39413
39414
39415
39416
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39411

class WidgetDestination < Struct.new(
  :widget_id,
  :profile_id)
  SENSITIVE = []
  include Aws::Structure
end