Class: Aws::Kafka::Types::Unauthenticated

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Contains information about unauthenticated traffic to the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies whether you want to enable or disable unauthenticated traffic to your cluster.

Returns:

  • (Boolean)


3846
3847
3848
3849
3850
# File 'lib/aws-sdk-kafka/types.rb', line 3846

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