Class: Aws::Kafka::Types::DescribeClusterOperationResponse

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::ClusterOperationInfo

Cluster operation information



1461
1462
1463
1464
1465
# File 'lib/aws-sdk-kafka/types.rb', line 1461

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