Class: Aws::Types::KafkaCluster
- Inherits:
-
Object
- Object
- Aws::Types::KafkaCluster
- 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.
-
#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.
760 761 762 |
# File 'sig/types.rbs', line 760 def amazon_msk_cluster @amazon_msk_cluster end |
#apache_kafka_cluster ⇒ Types::ApacheKafkaCluster
Returns the value of attribute apache_kafka_cluster.
761 762 763 |
# File 'sig/types.rbs', line 761 def apache_kafka_cluster @apache_kafka_cluster end |
#client_authentication ⇒ Types::KafkaClusterClientAuthentication
Returns the value of attribute client_authentication.
763 764 765 |
# File 'sig/types.rbs', line 763 def client_authentication @client_authentication end |
#encryption_in_transit ⇒ Types::KafkaClusterEncryptionInTransit
Returns the value of attribute encryption_in_transit.
764 765 766 |
# File 'sig/types.rbs', line 764 def encryption_in_transit @encryption_in_transit end |
#vpc_config ⇒ Types::KafkaClusterClientVpcConfig
Returns the value of attribute vpc_config.
762 763 764 |
# File 'sig/types.rbs', line 762 def vpc_config @vpc_config end |