Class: Aws::Kafka::Types::KafkaVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaVersion
- 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
-
#status ⇒ String
The status of the Apache Kafka version.
-
#version ⇒ String
The Apache Kafka version.
Instance Attribute Details
#status ⇒ String
The status of the Apache Kafka version.
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 |
#version ⇒ String
The Apache Kafka version.
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 |