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
285 286 287 288 289 290 |
# File 'lib/aws-sdk-kafka/types.rb', line 285 class VpcConnectivityClientAuthentication < Struct.new( :sasl, :tls) SENSITIVE = [] include Aws::Structure end |
#tls ⇒ Types::VpcConnectivityTls
285 286 287 288 289 290 |
# File 'lib/aws-sdk-kafka/types.rb', line 285 class VpcConnectivityClientAuthentication < Struct.new( :sasl, :tls) SENSITIVE = [] include Aws::Structure end |