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

Class: Aws::Kafka::Types::ListClustersResponse

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

Overview

The response contains an array containing cluster information and a next token if the response is truncated.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_info_listArray<Types::ClusterInfo>

Information on each of the MSK clusters in the response.

Returns:

  • (Array<Types::ClusterInfo>)

    Information on each of the MSK clusters in the response.

#next_tokenString

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

Returns:

  • (String)

    The paginated results marker.