Endpoint
public struct Endpoint : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Specifies the DNS address of the instance. DeclarationSwift public let address: String?
- 
                  
                  Specifies the ID that Amazon Route 53 assigns when you create a hosted zone. DeclarationSwift public let hostedZoneId: String?
- 
                  
                  Specifies the port that the database engine is listening on. DeclarationSwift public let port: Int?
- 
                  
                  Undocumented DeclarationSwift public init(address: String? = nil, hostedZoneId: String? = nil, port: Int? = nil)
 View on GitHub
View on GitHub Endpoint Structure Reference
        Endpoint Structure Reference