Class: Aws::Kafka::Types::KafkaVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaVersion
- Defined in:
- gems/aws-sdk-kafka/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.
2467 2468 2469 2470 2471 2472 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2467 class KafkaVersion < Struct.new( :version, :status) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The Apache Kafka version.
2467 2468 2469 2470 2471 2472 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2467 class KafkaVersion < Struct.new( :version, :status) SENSITIVE = [] include Aws::Structure end |