RemotePortDetails
public struct RemotePortDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The port number of the remote connection.
Declaration
Swift
public let port: Int? -
The port name of the remote connection.
Declaration
Swift
public let portName: String? -
Undocumented
Declaration
Swift
public init(port: Int? = nil, portName: String? = nil)
View on GitHub
RemotePortDetails Structure Reference