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