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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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



1456
1457
1458
1459
1460
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1456

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