PortProbeDetail
public struct PortProbeDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The local IP information of the connection.
Declaration
Swift
public let localIpDetails: LocalIpDetails?
-
The local port information of the connection.
Declaration
Swift
public let localPortDetails: LocalPortDetails?
-
The remote IP information of the connection.
Declaration
Swift
public let remoteIpDetails: RemoteIpDetails?
-
Undocumented
Declaration
Swift
public init(localIpDetails: LocalIpDetails? = nil, localPortDetails: LocalPortDetails? = nil, remoteIpDetails: RemoteIpDetails? = nil)