Class: Aws::Kafka::Types::VpcConnectivity

Inherits:
Struct
  • Object
show all
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_authenticationTypes::VpcConnectivityClientAuthentication



4602
4603
4604
4605
4606
# File 'lib/aws-sdk-kafka/types.rb', line 4602

class VpcConnectivity < Struct.new(
  :client_authentication)
  SENSITIVE = []
  include Aws::Structure
end