Class: Aws::Connect::Types::WebNotificationContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WebNotificationContent
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The content of an outbound web notification, including the notification type, the view to render, and any optional attributes used to populate the view.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::ContentAttributes
Optional attributes used to populate the notification content, such as recommender configuration for personalized content.
-
#type ⇒ String
The type of web notification to send.
-
#view_arn ⇒ String
The Amazon Resource Name (ARN) of the view to render for the notification.
Instance Attribute Details
#attributes ⇒ Types::ContentAttributes
Optional attributes used to populate the notification content, such as recommender configuration for personalized content.
39371 39372 39373 39374 39375 39376 39377 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39371 class WebNotificationContent < Struct.new( :type, :view_arn, :attributes) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of web notification to send.
39371 39372 39373 39374 39375 39376 39377 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39371 class WebNotificationContent < Struct.new( :type, :view_arn, :attributes) SENSITIVE = [] include Aws::Structure end |
#view_arn ⇒ String
The Amazon Resource Name (ARN) of the view to render for the notification.
39371 39372 39373 39374 39375 39376 39377 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 39371 class WebNotificationContent < Struct.new( :type, :view_arn, :attributes) SENSITIVE = [] include Aws::Structure end |