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
4624 4625 4626 4627 4628 |
# File 'lib/aws-sdk-kafka/types.rb', line 4624 class VpcConnectivity < Struct.new( :client_authentication) SENSITIVE = [] include Aws::Structure end |