Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details for allowing no client authentication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Indicates whether unauthenticated is allowed or not.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether unauthenticated is allowed or not.
14908 14909 14910 14911 14912 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14908 class AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |