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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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)


3841
3842
3843
3844
3845
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3841

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