RedshiftClusterEndpointResponse

data class RedshiftClusterEndpointResponse(val address: String? = null, val port: String? = null)

Definition of Endpoint

Constructors

Link copied to clipboard
constructor(address: String? = null, port: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

Property address

Link copied to clipboard
val port: String? = null

Property port