Class: Aws::Types::KafkaClusterDescription
- Inherits:
-
Object
- Object
- Aws::Types::KafkaClusterDescription
- 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.
-
#client_authentication ⇒ Types::KafkaClusterClientAuthentication
Returns the value of attribute client_authentication.
-
#encryption_in_transit ⇒ Types::KafkaClusterEncryptionInTransit
Returns the value of attribute encryption_in_transit.
-
#kafka_cluster_alias ⇒ ::String
Returns the value of attribute kafka_cluster_alias.
-
#vpc_config ⇒ Types::KafkaClusterClientVpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#amazon_msk_cluster ⇒ Types::AmazonMskCluster
Returns the value of attribute amazon_msk_cluster.
798 799 800 |
# File 'sig/types.rbs', line 798 def amazon_msk_cluster @amazon_msk_cluster end |
#apache_kafka_cluster ⇒ Types::ApacheKafkaCluster
Returns the value of attribute apache_kafka_cluster.
799 800 801 |
# File 'sig/types.rbs', line 799 def apache_kafka_cluster @apache_kafka_cluster end |
#client_authentication ⇒ Types::KafkaClusterClientAuthentication
Returns the value of attribute client_authentication.
802 803 804 |
# File 'sig/types.rbs', line 802 def client_authentication @client_authentication end |
#encryption_in_transit ⇒ Types::KafkaClusterEncryptionInTransit
Returns the value of attribute encryption_in_transit.
803 804 805 |
# File 'sig/types.rbs', line 803 def encryption_in_transit @encryption_in_transit end |
#kafka_cluster_alias ⇒ ::String
Returns the value of attribute kafka_cluster_alias.
800 801 802 |
# File 'sig/types.rbs', line 800 def kafka_cluster_alias @kafka_cluster_alias end |
#vpc_config ⇒ Types::KafkaClusterClientVpcConfig
Returns the value of attribute vpc_config.
801 802 803 |
# File 'sig/types.rbs', line 801 def vpc_config @vpc_config end |