Class: Aws::Types::KafkaCluster

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_msk_clusterTypes::AmazonMskCluster

Returns the value of attribute amazon_msk_cluster.



767
768
769
# File 'sig/types.rbs', line 767

def amazon_msk_cluster
  @amazon_msk_cluster
end

#apache_kafka_clusterTypes::ApacheKafkaCluster

Returns the value of attribute apache_kafka_cluster.



768
769
770
# File 'sig/types.rbs', line 768

def apache_kafka_cluster
  @apache_kafka_cluster
end

#client_authenticationTypes::KafkaClusterClientAuthentication

Returns the value of attribute client_authentication.



770
771
772
# File 'sig/types.rbs', line 770

def client_authentication
  @client_authentication
end

#encryption_in_transitTypes::KafkaClusterEncryptionInTransit

Returns the value of attribute encryption_in_transit.



771
772
773
# File 'sig/types.rbs', line 771

def encryption_in_transit
  @encryption_in_transit
end

#vpc_configTypes::KafkaClusterClientVpcConfig

Returns the value of attribute vpc_config.



769
770
771
# File 'sig/types.rbs', line 769

def vpc_config
  @vpc_config
end