UnsubscribeRequest
public struct UnsubscribeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the notification rule.
Declaration
Swift
public let arn: String
-
The ARN of the SNS topic to unsubscribe from the notification rule.
Declaration
Swift
public let targetAddress: String
-
Undocumented
Declaration
Swift
public init(arn: String, targetAddress: String)
-
Declaration
Swift
public func validate(name: String) throws