Class: Aws::Connect::Types::WebNotificationContent

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

Instance Attribute Details

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

#typeString

The type of web notification to send.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the view to render for the notification.

Returns:

  • (String)


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