Class: Aws::Kafka::Types::GetCompatibleKafkaVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::GetCompatibleKafkaVersionsResponse
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Response body for GetCompatibleKafkaVersions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compatible_kafka_versions ⇒ Array<Types::CompatibleKafkaVersion>
A list of CompatibleKafkaVersion objects.
Instance Attribute Details
#compatible_kafka_versions ⇒ Array<Types::CompatibleKafkaVersion>
A list of CompatibleKafkaVersion objects.
1631 1632 1633 1634 1635 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1631 class GetCompatibleKafkaVersionsResponse < Struct.new( :compatible_kafka_versions) SENSITIVE = [] include Aws::Structure end |