UnassignIpv6AddressesResult
public struct UnassignIpv6AddressesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the network interface.
Declaration
Swift
public let networkInterfaceId: String? -
The IPv6 addresses that have been unassigned from the network interface.
Declaration
Swift
public let unassignedIpv6Addresses: [String]? -
Undocumented
Declaration
Swift
public init(networkInterfaceId: String? = nil, unassignedIpv6Addresses: [String]? = nil)
View on GitHub
UnassignIpv6AddressesResult Structure Reference