Class: Aws::Connect::Types::WidgetDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WidgetDestination
- 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
-
#profile_id ⇒ String
The identifier of the customer profile associated with the browser session that should receive the notification.
-
#widget_id ⇒ String
The identifier of the communication widget that delivers the notification to the customer's browser.
Instance Attribute Details
#profile_id ⇒ String
The identifier of the customer profile associated with the browser session that should receive the notification.
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_id ⇒ String
The identifier of the communication widget that delivers the notification to the customer's browser.
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 |