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)


3817
3818
3819
3820
3821
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3817

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