Class: Aws::Kafka::Types::GetCompatibleKafkaVersionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

Returns:

  • (String)


2287
2288
2289
2290
2291
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2287

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