Class: Aws::Kafka::Types::Unauthenticated
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::Unauthenticated
- 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
-
#enabled ⇒ Boolean
Specifies whether you want to enable or disable unauthenticated traffic to your cluster.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether you want to enable or disable unauthenticated traffic to your cluster.
3868 3869 3870 3871 3872 |
# File 'lib/aws-sdk-kafka/types.rb', line 3868 class Unauthenticated < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |