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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1832
1833
1834
1835
1836
1837
1838
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1832

class NotifyWorkersRequest < Struct.new(
  :subject,
  :message_text,
  :worker_ids)
  SENSITIVE = []
  include Aws::Structure
end

#subjectString

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

Returns:

  • (String)


1832
1833
1834
1835
1836
1837
1838
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1832

class NotifyWorkersRequest < Struct.new(
  :subject,
  :message_text,
  :worker_ids)
  SENSITIVE = []
  include Aws::Structure
end

#worker_idsArray<String>

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

Returns:

  • (Array<String>)


1832
1833
1834
1835
1836
1837
1838
# File 'gems/aws-sdk-mturk/lib/aws-sdk-mturk/types.rb', line 1832

class NotifyWorkersRequest < Struct.new(
  :subject,
  :message_text,
  :worker_ids)
  SENSITIVE = []
  include Aws::Structure
end