Class: Aws::Kafka::Types::KafkaClusterSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaClusterSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Summarized information about Kafka Cluster used as source / target for replication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amazon_msk_cluster ⇒ Types::AmazonMskCluster
Details of an Amazon MSK Cluster.
-
#apache_kafka_cluster ⇒ Types::ApacheKafkaCluster
Details of an Apache Kafka Cluster.
-
#kafka_cluster_alias ⇒ String
The alias of the Kafka cluster.
Instance Attribute Details
#amazon_msk_cluster ⇒ Types::AmazonMskCluster
Details of an Amazon MSK Cluster
.
2575 2576 2577 2578 2579 2580 2581 |
# File 'lib/aws-sdk-kafka/types.rb', line 2575 class KafkaClusterSummary < Struct.new( :amazon_msk_cluster, :apache_kafka_cluster, :kafka_cluster_alias) SENSITIVE = [] include Aws::Structure end |
#apache_kafka_cluster ⇒ Types::ApacheKafkaCluster
Details of an Apache Kafka Cluster.
2575 2576 2577 2578 2579 2580 2581 |
# File 'lib/aws-sdk-kafka/types.rb', line 2575 class KafkaClusterSummary < Struct.new( :amazon_msk_cluster, :apache_kafka_cluster, :kafka_cluster_alias) SENSITIVE = [] include Aws::Structure end |
#kafka_cluster_alias ⇒ String
The alias of the Kafka cluster. Used to prefix names of replicated topics.
2575 2576 2577 2578 2579 2580 2581 |
# File 'lib/aws-sdk-kafka/types.rb', line 2575 class KafkaClusterSummary < Struct.new( :amazon_msk_cluster, :apache_kafka_cluster, :kafka_cluster_alias) SENSITIVE = [] include Aws::Structure end |