Class: Aws::Types::KafkaClusterDescription

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.



836
837
838
# File 'sig/types.rbs', line 836

def amazon_msk_cluster
  @amazon_msk_cluster
end

#apache_kafka_clusterTypes::ApacheKafkaCluster

Returns the value of attribute apache_kafka_cluster.



837
838
839
# File 'sig/types.rbs', line 837

def apache_kafka_cluster
  @apache_kafka_cluster
end

#client_authenticationTypes::KafkaClusterClientAuthentication

Returns the value of attribute client_authentication.



840
841
842
# File 'sig/types.rbs', line 840

def client_authentication
  @client_authentication
end

#encryption_in_transitTypes::KafkaClusterEncryptionInTransit

Returns the value of attribute encryption_in_transit.



841
842
843
# File 'sig/types.rbs', line 841

def encryption_in_transit
  @encryption_in_transit
end

#kafka_cluster_alias::String

Returns the value of attribute kafka_cluster_alias.

Returns:

  • (::String)


838
839
840
# File 'sig/types.rbs', line 838

def kafka_cluster_alias
  @kafka_cluster_alias
end

#vpc_configTypes::KafkaClusterClientVpcConfig

Returns the value of attribute vpc_config.



839
840
841
# File 'sig/types.rbs', line 839

def vpc_config
  @vpc_config
end