NodeSummary

A summary of configuration properties for a node.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the node. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Link copied to clipboard

The Availability Zone in which the node exists.

Link copied to clipboard

The date and time that the node was created.

Link copied to clipboard
val id: String?

The unique identifier of the node.

Link copied to clipboard

The EC2 instance type for the node.

Link copied to clipboard

The status of the node.

Functions

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