Class: Aws::Kafka::Types::GetCompatibleKafkaVersionsResponse

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

Overview

Response body for GetCompatibleKafkaVersions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compatible_kafka_versionsArray<Types::CompatibleKafkaVersion>

A list of CompatibleKafkaVersion objects.

Returns:



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