Endpoint
public struct Endpoint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The DNS hostname of the cache node.
Declaration
Swift
public let address: String? -
The port number that the cache engine is listening on.
Declaration
Swift
public let port: Int? -
Undocumented
Declaration
Swift
public init(address: String? = nil, port: Int? = nil)
View on GitHub
Endpoint Structure Reference