Class: Aws::Kafka::Types::KafkaVersion

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

Overview

Information about a Apache Kafka version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the Apache Kafka version.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
# File 'lib/aws-sdk-kafka/types.rb', line 2205

class KafkaVersion < Struct.new(
  :version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The Apache Kafka version.

Returns:

  • (String)


2205
2206
2207
2208
2209
2210
# File 'lib/aws-sdk-kafka/types.rb', line 2205

class KafkaVersion < Struct.new(
  :version,
  :status)
  SENSITIVE = []
  include Aws::Structure
end