Class: Aws::KafkaConnect::Types::KafkaClusterDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::KafkaClusterDescription
- Includes:
- Structure
- Defined in:
- 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.
1349 1350 1351 1352 1353 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1349 class KafkaClusterDescription < Struct.new( :apache_kafka_cluster) SENSITIVE = [] include Aws::Structure end |