Class: Aws::KafkaConnect::Types::KafkaCluster

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb

Overview

The details of the Apache Kafka cluster to which the connector is connected.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apache_kafka_clusterTypes::ApacheKafkaCluster

The Apache Kafka cluster to which the connector is connected.



1169
1170
1171
1172
1173
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1169

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