NotifyWorkersRequest
public struct NotifyWorkersRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The text of the email message to send. Can include up to 4,096 characters
Declaration
Swift
public let messageText: String
-
The subject line of the email message to send. Can include up to 200 characters.
Declaration
Swift
public let subject: String
-
A list of Worker IDs you wish to notify. You can notify upto 100 Workers at a time.
Declaration
Swift
public let workerIds: [String]
-
Undocumented
Declaration
Swift
public init(messageText: String, subject: String, workerIds: [String])
-
Declaration
Swift
public func validate(name: String) throws