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.



3031
3032
3033
3034
3035
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3031

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