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

Class: Aws::MTurk::Types::NotifyWorkersRequest

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

Overview

Note:

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

{
  subject: "String", # required
  message_text: "String", # required
  worker_ids: ["CustomerId"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#message_textString

The text of the email message to send. Can include up to 4,096 characters

Returns:

  • (String)

    The text of the email message to send.

#subjectString

The subject line of the email message to send. Can include up to 200 characters.

Returns:

  • (String)

    The subject line of the email message to send.

#worker_idsArray<String>

A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.

Returns:

  • (Array<String>)

    A list of Worker IDs you wish to notify.