SqsAction
public struct SqsAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The URL of the Amazon SQS queue.
Declaration
Swift
public let queueUrl: String -
The ARN of the IAM role that grants access.
Declaration
Swift
public let roleArn: String -
Specifies whether to use Base64 encoding.
Declaration
Swift
public let useBase64: Bool? -
Undocumented
Declaration
Swift
public init(queueUrl: String, roleArn: String, useBase64: Bool? = nil)
View on GitHub
SqsAction Structure Reference