Class: Aws::Kafka::Types::ListClusterOperationsV2Response

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_operation_info_listArray<Types::ClusterOperationV2Summary>



2264
2265
2266
2267
2268
2269
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2264

class ListClusterOperationsV2Response < Struct.new(
  :cluster_operation_info_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2264

class ListClusterOperationsV2Response < Struct.new(
  :cluster_operation_info_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end