Class: Aws::Kafka::Types::DescribeClusterOperationV2Response

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

Overview

Information about a cluster operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_operation_infoTypes::ClusterOperationV2

Cluster operation information



1489
1490
1491
1492
1493
# File 'lib/aws-sdk-kafka/types.rb', line 1489

class DescribeClusterOperationV2Response < Struct.new(
  :cluster_operation_info)
  SENSITIVE = []
  include Aws::Structure
end