GetStaticIpResult

data class GetStaticIpResult(val attachedTo: String? = null, val ipAddress: String? = null, val isAttached: Boolean? = null, val staticIpArn: String? = null)

Constructors

Link copied to clipboard
fun GetStaticIpResult(attachedTo: String? = null, ipAddress: String? = null, isAttached: Boolean? = null, staticIpArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attachedTo: String? = null

The instance where the static IP is attached.

Link copied to clipboard
val ipAddress: String? = null

The static IP address.

Link copied to clipboard
val isAttached: Boolean? = null

A Boolean value indicating whether the static IP is attached.

Link copied to clipboard
val staticIpArn: String? = null