Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
15039 15040 15041 15042 15043 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15039 class AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |