Class: Aws::Kafka::Types::BrokerSoftwareInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Information about the current software installed on the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_arnString

The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.

Returns:

  • (String)


246
247
248
249
250
251
252
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 246

class BrokerSoftwareInfo < Struct.new(
  :configuration_arn,
  :configuration_revision,
  :kafka_version)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_revisionInteger

The revision of the configuration to use. This field isn't visible in this preview release.

Returns:

  • (Integer)


246
247
248
249
250
251
252
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 246

class BrokerSoftwareInfo < Struct.new(
  :configuration_arn,
  :configuration_revision,
  :kafka_version)
  SENSITIVE = []
  include Aws::Structure
end

#kafka_versionString

The version of Apache Kafka.

Returns:

  • (String)


246
247
248
249
250
251
252
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 246

class BrokerSoftwareInfo < Struct.new(
  :configuration_arn,
  :configuration_revision,
  :kafka_version)
  SENSITIVE = []
  include Aws::Structure
end