PrivateIp

class PrivateIp

Contains information about a private IP address associated with a network interface. This data type is used as a response element in the DescribeFindings action.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The DNS name of the private IP address.

Link copied to clipboard

The full IP address of the network inteface.

Functions

Link copied to clipboard
inline fun copy(block: PrivateIp.Builder.() -> Unit = {}): PrivateIp
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String