GetCompatibleKafkaVersionsResponse
public struct GetCompatibleKafkaVersionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of CompatibleKafkaVersion objects.
Declaration
Swift
public let compatibleKafkaVersions: [CompatibleKafkaVersion]?
-
Undocumented
Declaration
Swift
public init(compatibleKafkaVersions: [CompatibleKafkaVersion]? = nil)