Get Static Ip Result
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)