DatabaseInstanceIpAddress

data class DatabaseInstanceIpAddress(val ipAddress: String? = null, val timeToRetire: String? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(ipAddress: String? = null, timeToRetire: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddress: String? = null

The IPv4 address assigned.

Link copied to clipboard
val timeToRetire: String? = null

The time this IP address will be retired, in RFC 3339 format.

Link copied to clipboard
val type: String? = null

The type of this IP address.