UpdateIPSetRequest
public struct UpdateIPSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The updated Boolean value that specifies whether the IPSet is active or not.
Declaration
Swift
public let activate: Bool?
-
The detectorID that specifies the GuardDuty service whose IPSet you want to update.
Declaration
Swift
public let detectorId: String
-
The unique ID that specifies the IPSet that you want to update.
Declaration
Swift
public let ipSetId: String
-
The updated URI of the file that contains the IPSet. For example: https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key.
Declaration
Swift
public let location: String?
-
The unique ID that specifies the IPSet that you want to update.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(activate: Bool? = nil, detectorId: String, ipSetId: String, location: String? = nil, name: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws