class Aws::WorkDocs::Types::NotificationOptions

Set of options which defines notification preferences of given action.

@note When making an API call, you may pass NotificationOptions

data as a hash:

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

@!attribute [rw] send_email

Boolean value to indicate an email notification should be sent to
the receipients.
@return [Boolean]

@!attribute [rw] email_message

Text value to be included in the email body.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/NotificationOptions AWS API Documentation

Constants

SENSITIVE