RemoveIpRoutesRequest

public struct RemoveIpRoutesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • IP address blocks that you want to remove.

    Declaration

    Swift

    public let cidrIps: [String]
  • Identifier (ID) of the directory from which you want to remove the IP addresses.

    Declaration

    Swift

    public let directoryId: String
  • Undocumented

    Declaration

    Swift

    public init(cidrIps: [String], directoryId: String)
  • Declaration

    Swift

    public func validate(name: String) throws