Class: Aws::Connect::Types::SendNotificationActionDefinition

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

Overview

Information about the send notification action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

Notification content. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

Returns:

  • (String)


17319
17320
17321
17322
17323
17324
17325
17326
17327
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17319

class SendNotificationActionDefinition < Struct.new(
  :delivery_method,
  :subject,
  :content,
  :content_type,
  :recipient)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

Content type format.

Returns:

  • (String)


17319
17320
17321
17322
17323
17324
17325
17326
17327
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17319

class SendNotificationActionDefinition < Struct.new(
  :delivery_method,
  :subject,
  :content,
  :content_type,
  :recipient)
  SENSITIVE = []
  include Aws::Structure
end

#delivery_methodString

Notification delivery method.

Returns:

  • (String)


17319
17320
17321
17322
17323
17324
17325
17326
17327
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17319

class SendNotificationActionDefinition < Struct.new(
  :delivery_method,
  :subject,
  :content,
  :content_type,
  :recipient)
  SENSITIVE = []
  include Aws::Structure
end

#recipientTypes::NotificationRecipientType

Notification recipient.



17319
17320
17321
17322
17323
17324
17325
17326
17327
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17319

class SendNotificationActionDefinition < Struct.new(
  :delivery_method,
  :subject,
  :content,
  :content_type,
  :recipient)
  SENSITIVE = []
  include Aws::Structure
end

#subjectString

The subject of the email if the delivery method is EMAIL. Supports variable injection. For more information, see JSONPath reference in the Amazon Connect Administrators Guide.

Returns:

  • (String)


17319
17320
17321
17322
17323
17324
17325
17326
17327
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17319

class SendNotificationActionDefinition < Struct.new(
  :delivery_method,
  :subject,
  :content,
  :content_type,
  :recipient)
  SENSITIVE = []
  include Aws::Structure
end