Class: Aws::Kafka::Types::ClientAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ClientAuthentication
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Includes all client authentication information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sasl ⇒ Types::Sasl
-
#tls ⇒ Types::Tls
Details for ClientAuthentication using TLS.
-
#unauthenticated ⇒ Types::Unauthenticated
Contains information about unauthenticated traffic to the cluster.
Instance Attribute Details
#sasl ⇒ Types::Sasl
269 270 271 272 273 274 275 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 269 class ClientAuthentication < Struct.new( :sasl, :tls, :unauthenticated) SENSITIVE = [] include Aws::Structure end |
#tls ⇒ Types::Tls
Details for ClientAuthentication using TLS.
269 270 271 272 273 274 275 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 269 class ClientAuthentication < Struct.new( :sasl, :tls, :unauthenticated) SENSITIVE = [] include Aws::Structure end |
#unauthenticated ⇒ Types::Unauthenticated
Contains information about unauthenticated traffic to the cluster.
269 270 271 272 273 274 275 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 269 class ClientAuthentication < Struct.new( :sasl, :tls, :unauthenticated) SENSITIVE = [] include Aws::Structure end |