Class: Aws::Types::ApacheKafkaCluster
- Inherits:
-
Object
- Object
- Aws::Types::ApacheKafkaCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apache_kafka_cluster_id ⇒ ::String
Returns the value of attribute apache_kafka_cluster_id.
-
#bootstrap_broker_string ⇒ ::String
Returns the value of attribute bootstrap_broker_string.
Instance Attribute Details
#apache_kafka_cluster_id ⇒ ::String
Returns the value of attribute apache_kafka_cluster_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def apache_kafka_cluster_id @apache_kafka_cluster_id end |
#bootstrap_broker_string ⇒ ::String
Returns the value of attribute bootstrap_broker_string.
18 19 20 |
# File 'sig/types.rbs', line 18 def bootstrap_broker_string @bootstrap_broker_string end |