Class: Aws::Types::KafkaClusterSummary
- Inherits:
-
Object
- Object
- Aws::Types::KafkaClusterSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_msk_cluster ⇒ Types::AmazonMskCluster
Returns the value of attribute amazon_msk_cluster.
-
#apache_kafka_cluster ⇒ Types::ApacheKafkaCluster
Returns the value of attribute apache_kafka_cluster.
-
#kafka_cluster_alias ⇒ ::String
Returns the value of attribute kafka_cluster_alias.
Instance Attribute Details
#amazon_msk_cluster ⇒ Types::AmazonMskCluster
Returns the value of attribute amazon_msk_cluster.
808 809 810 |
# File 'sig/types.rbs', line 808 def amazon_msk_cluster @amazon_msk_cluster end |
#apache_kafka_cluster ⇒ Types::ApacheKafkaCluster
Returns the value of attribute apache_kafka_cluster.
809 810 811 |
# File 'sig/types.rbs', line 809 def apache_kafka_cluster @apache_kafka_cluster end |
#kafka_cluster_alias ⇒ ::String
Returns the value of attribute kafka_cluster_alias.
810 811 812 |
# File 'sig/types.rbs', line 810 def kafka_cluster_alias @kafka_cluster_alias end |