You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkDocs::Types::NotificationOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NotificationOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  send_email: false,
  email_message: "MessageType",
}

Set of options which defines notification preferences of given action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#email_messageString

Text value to be included in the email body.

Returns:

  • (String)

    Text value to be included in the email body.

#send_emailBoolean

Boolean value to indicate an email notification should be sent to the receipients.

Returns:

  • (Boolean)

    Boolean value to indicate an email notification should be sent to the receipients.