Endpoint
public struct Endpoint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The DNS hostname of the endpoint.
Declaration
Swift
public let address: String? -
The port number that applications should use to connect to the endpoint.
Declaration
Swift
public let port: Int? -
Undocumented
Declaration
Swift
public init(address: String? = nil, port: Int? = nil)
View on GitHub
Endpoint Structure Reference