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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2779
2780
2781
2782
2783
# File 'lib/aws-sdk-kafka/types.rb', line 2779

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