Class: Aws::Kafka::Types::VpcConnectivityClientAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::VpcConnectivityClientAuthentication
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#sasl ⇒ Types::VpcConnectivitySasl
304 305 306 307 308 309 |
# File 'lib/aws-sdk-kafka/types.rb', line 304 class VpcConnectivityClientAuthentication < Struct.new( :sasl, :tls) SENSITIVE = [] include Aws::Structure end |
#tls ⇒ Types::VpcConnectivityTls
304 305 306 307 308 309 |
# File 'lib/aws-sdk-kafka/types.rb', line 304 class VpcConnectivityClientAuthentication < Struct.new( :sasl, :tls) SENSITIVE = [] include Aws::Structure end |