Class: Aws::KafkaConnect::Types::KafkaClusterDescription

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

Overview

Details of how to connect to the Apache Kafka cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apache_kafka_clusterTypes::ApacheKafkaClusterDescription

The Apache Kafka cluster to which the connector is connected.



1217
1218
1219
1220
1221
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1217

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