Class: Aws::Kafka::Types::VpcConnectivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::VpcConnectivity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Broker VPC connectivity access control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#client_authentication ⇒ Types::VpcConnectivityClientAuthentication
6351 6352 6353 6354 6355 |
# File 'lib/aws-sdk-kafka/types.rb', line 6351 class VpcConnectivity < Struct.new( :client_authentication) SENSITIVE = [] include Aws::Structure end |