UnassignPrivateIpAddressesRequest
public struct UnassignPrivateIpAddressesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the network interface.
Declaration
Swift
public let networkInterfaceId: String -
The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.
Declaration
Swift
public let privateIpAddresses: [String] -
Undocumented
Declaration
Swift
public init(networkInterfaceId: String, privateIpAddresses: [String])
View on GitHub
UnassignPrivateIpAddressesRequest Structure Reference