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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#compatible_kafka_versionsArray<Types::CompatibleKafkaVersion>

A list of CompatibleKafkaVersion objects.

Returns:



2063
2064
2065
2066
2067
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2063

class GetCompatibleKafkaVersionsResponse < Struct.new(
  :compatible_kafka_versions)
  SENSITIVE = []
  include Aws::Structure
end