You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kafka::Types::NodeInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The node information object.

Instance Attribute Summary collapse

Instance Attribute Details

#added_to_cluster_timeString

The start time.

Returns:

  • (String)

    The start time.

#broker_node_infoTypes::BrokerNodeInfo

The broker node info.

Returns:

#instance_typeString

The instance type.

Returns:

  • (String)

    The instance type.

#node_arnString

The Amazon Resource Name (ARN) of the node.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the node.

#node_typeString

The node type.

Possible values:

  • BROKER

Returns:

  • (String)

    The node type.

#zookeeper_node_infoTypes::ZookeeperNodeInfo

The ZookeeperNodeInfo.

Returns: