SqsAction
public struct SqsAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
You can configure the action payload when you send a message to an Amazon SQS queue.
Declaration
Swift
public let payload: Payload?
-
The URL of the SQS queue where the data is written.
Declaration
Swift
public let queueUrl: String
-
Set this to TRUE if you want the data to be base-64 encoded before it is written to the queue. Otherwise, set this to FALSE.
Declaration
Swift
public let useBase64: Bool?
-
Undocumented
Declaration
Swift
public init(payload: Payload? = nil, queueUrl: String, useBase64: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws