Class: Aws::Kafka::Types::ApacheKafkaCluster

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

Overview

Details of an Apache Kafka Cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apache_kafka_cluster_idString

The ID of the Apache Kafka cluster.

Returns:

  • (String)


39
40
41
42
43
44
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 39

class ApacheKafkaCluster < Struct.new(
  :apache_kafka_cluster_id,
  :bootstrap_broker_string)
  SENSITIVE = []
  include Aws::Structure
end

#bootstrap_broker_stringString

The bootstrap broker string of the Apache Kafka cluster.

Returns:

  • (String)


39
40
41
42
43
44
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 39

class ApacheKafkaCluster < Struct.new(
  :apache_kafka_cluster_id,
  :bootstrap_broker_string)
  SENSITIVE = []
  include Aws::Structure
end