Class: Aws::Kafka::Types::ServerlessClientAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ServerlessClientAuthentication
- 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
-
#sasl ⇒ Types::ServerlessSasl
Serverless cluster SASL information.
Instance Attribute Details
#sasl ⇒ Types::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 |