DisassociateResolverEndpointIpAddressRequest
public struct DisassociateResolverEndpointIpAddressRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IPv4 address that you want to remove from a Resolver endpoint.
Declaration
Swift
public let ipAddress: IpAddressUpdate
-
The ID of the Resolver endpoint that you want to disassociate an IP address from.
Declaration
Swift
public let resolverEndpointId: String
-
Undocumented
Declaration
Swift
public init(ipAddress: IpAddressUpdate, resolverEndpointId: String)
-
Declaration
Swift
public func validate(name: String) throws