NetworkInterface
public struct NetworkInterface : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The attachment ID for the network interface.
Declaration
Swift
public let attachmentId: String? -
The private IPv6 address for the network interface.
Declaration
Swift
public let ipv6Address: String? -
The private IPv4 address for the network interface.
Declaration
Swift
public let privateIpv4Address: String? -
Undocumented
Declaration
Swift
public init(attachmentId: String? = nil, ipv6Address: String? = nil, privateIpv4Address: String? = nil)
View on GitHub
NetworkInterface Structure Reference