Class: Aws::Kafka::Types::ListClusterOperationsV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ListClusterOperationsV2Response
- Includes:
- Structure
- Defined in:
- 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_list ⇒ Array<Types::ClusterOperationV2Summary>
2283 2284 2285 2286 2287 2288 |
# File 'lib/aws-sdk-kafka/types.rb', line 2283 class ListClusterOperationsV2Response < Struct.new( :cluster_operation_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
2283 2284 2285 2286 2287 2288 |
# File 'lib/aws-sdk-kafka/types.rb', line 2283 class ListClusterOperationsV2Response < Struct.new( :cluster_operation_info_list, :next_token) SENSITIVE = [] include Aws::Structure end |