IPSetUpdate
public struct IPSetUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Specifies whether to insert or delete an IP address with UpdateIPSet.
Declaration
Swift
public let action: ChangeAction -
The IP address type (IPV4 or IPV6) and the IP address range (in CIDR notation) that web requests originate from.
Declaration
Swift
public let iPSetDescriptor: IPSetDescriptor -
Undocumented
Declaration
Swift
public init(action: ChangeAction, iPSetDescriptor: IPSetDescriptor) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
IPSetUpdate Structure Reference