CustomerNodeEndpoint
public struct CustomerNodeEndpoint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The address of the node endpoint
Declaration
Swift
public let address: String? -
The port of the node endpoint
Declaration
Swift
public let port: Int? -
Undocumented
Declaration
Swift
public init(address: String? = nil, port: Int? = nil)
View on GitHub
CustomerNodeEndpoint Structure Reference