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

Class: Aws::Kafka::Types::ListClusterOperationsResponse

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

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_operation_info_listArray<Types::ClusterOperationInfo>

An array of cluster operation information objects.

Returns:

#next_tokenString

If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.

Returns:

  • (String)

    If the response of ListClusterOperations is truncated, it returns a NextToken in the response.