UnassignIpv6AddressesRequest
public struct UnassignIpv6AddressesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IPv6 addresses to unassign from the network interface.
Declaration
Swift
public let ipv6Addresses: [String]
-
The ID of the network interface.
Declaration
Swift
public let networkInterfaceId: String
-
Undocumented
Declaration
Swift
public init(ipv6Addresses: [String], networkInterfaceId: String)