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
441 442 443 444 445 446 |
# File 'lib/aws-sdk-kafka/types.rb', line 441 class VpcConnectivityClientAuthentication < Struct.new( :sasl, :tls) SENSITIVE = [] include Aws::Structure end |
#tls ⇒ Types::VpcConnectivityTls
441 442 443 444 445 446 |
# File 'lib/aws-sdk-kafka/types.rb', line 441 class VpcConnectivityClientAuthentication < Struct.new( :sasl, :tls) SENSITIVE = [] include Aws::Structure end |