Endpoint

public struct Endpoint : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The DNS address of the Cluster.

    Declaration

    Swift

    public let address: String?
  • The port that the database engine is listening on.

    Declaration

    Swift

    public let port: Int?
  • Undocumented

    Declaration

    Swift

    public init(address: String? = nil, port: Int? = nil)