Class: Aws::Kafka::Types::ServerlessClientAuthentication

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

Overview

Describes the serverless cluster client authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#saslTypes::ServerlessSasl

Serverless cluster SASL information.



2760
2761
2762
2763
2764
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2760

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