Class: Aws::Types::KafkaClusterSummary

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.



815
816
817
# File 'sig/types.rbs', line 815

def amazon_msk_cluster
  @amazon_msk_cluster
end

#apache_kafka_clusterTypes::ApacheKafkaCluster

Returns the value of attribute apache_kafka_cluster.



816
817
818
# File 'sig/types.rbs', line 816

def apache_kafka_cluster
  @apache_kafka_cluster
end

#kafka_cluster_alias::String

Returns the value of attribute kafka_cluster_alias.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def kafka_cluster_alias
  @kafka_cluster_alias
end