SNSTopicPublishAction
public struct SNSTopicPublishAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
You can configure the action payload when you send a message as an Amazon SNS push notification.
Declaration
Swift
public let payload: Payload?
-
The ARN of the Amazon SNS target where the message is sent.
Declaration
Swift
public let targetArn: String
-
Undocumented
Declaration
Swift
public init(payload: Payload? = nil, targetArn: String)
-
Declaration
Swift
public func validate(name: String) throws