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)


2049
2050
2051
2052
2053
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2049

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