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



1475
1476
1477
1478
1479
# File 'lib/aws-sdk-kafka/types.rb', line 1475

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