Node

class Node

Details about an individual managed node.

Types

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

Properties

Link copied to clipboard

The UTC timestamp for when the managed node data was last captured.

Link copied to clipboard
val id: String?

The ID of the managed node.

Link copied to clipboard

Information about the type of node.

Link copied to clipboard

Information about the ownership of the managed node.

Link copied to clipboard

The Amazon Web Services Region that a managed node was created in or assigned to.

Functions

Link copied to clipboard
inline fun copy(block: Node.Builder.() -> Unit = {}): Node
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