Class: Aws::KafkaConnect::Types::KafkaClusterDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::KafkaClusterDescription
- 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
-
#apache_kafka_cluster ⇒ Types::ApacheKafkaClusterDescription
The Apache Kafka cluster to which the connector is connected.
Instance Attribute Details
#apache_kafka_cluster ⇒ Types::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 |