Class: Aws::Kafka::Types::GetCompatibleKafkaVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::GetCompatibleKafkaVersionsResponse
- Includes:
- Structure
- Defined in:
- 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.
2082 2083 2084 2085 2086 |
# File 'lib/aws-sdk-kafka/types.rb', line 2082 class GetCompatibleKafkaVersionsResponse < Struct.new( :compatible_kafka_versions) SENSITIVE = [] include Aws::Structure end |