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

Class: Aws::Kafka::Types::ListNodesResponse

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

Overview

Information about nodes in the cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response. To get another batch of nodes, provide this token in your next request.

Returns:

  • (String)

    The paginated results marker.

#node_info_listArray<Types::NodeInfo>

List containing a NodeInfo object.

Returns: