Database Instance Ip Address
data class DatabaseInstanceIpAddress(val ipAddress: String? = null, val timeToRetire: String? = null, val type: String? = null)
Constructors
Link copied to clipboard
fun DatabaseInstanceIpAddress(ipAddress: String? = null, timeToRetire: String? = null, type: String? = null)