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