NetworkInterface
public struct NetworkInterface : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Internet Protocol version 4 (IPv4) address of the interface.
Declaration
Swift
public let ipv4Address: String? -
The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.
Declaration
Swift
public let ipv6Address: String? -
The Media Access Control (MAC) address of the interface. This is currently unsupported and will not be returned in output.
Declaration
Swift
public let macAddress: String? -
Undocumented
Declaration
Swift
public init(ipv4Address: String? = nil, ipv6Address: String? = nil, macAddress: String? = nil)
View on GitHub
NetworkInterface Structure Reference