DeleteIPSetRequest
public struct DeleteIPSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique ID of the detector associated with the IPSet.
Declaration
Swift
public let detectorId: String
-
The unique ID of the IPSet to delete.
Declaration
Swift
public let ipSetId: String
-
Undocumented
Declaration
Swift
public init(detectorId: String, ipSetId: String)
-
Declaration
Swift
public func validate(name: String) throws