NetworkInterface
public struct NetworkInterface : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the network interface.
Declaration
Swift
public let networkInterfaceId: String?
-
The ID of the subnet.
Declaration
Swift
public let subnetId: String?
-
Undocumented
Declaration
Swift
public init(networkInterfaceId: String? = nil, subnetId: String? = nil)