DeleteTargetRequest
public struct DeleteTargetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A Boolean value that can be used to delete all associations with this SNS topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your AWS account are deleted.
Declaration
Swift
public let forceUnsubscribeAll: Bool?
-
The Amazon Resource Name (ARN) of the SNS topic to delete.
Declaration
Swift
public let targetAddress: String
-
Undocumented
Declaration
Swift
public init(forceUnsubscribeAll: Bool? = nil, targetAddress: String)
-
Declaration
Swift
public func validate(name: String) throws