SocketAddress
public struct SocketAddress : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of a socket address.
Declaration
Swift
public let name: String
-
Port of a socket address.
Declaration
Swift
public let port: Int
-
Undocumented
Declaration
Swift
public init(name: String, port: Int)