Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationUnauthenticatedDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabledBoolean

Indicates whether unauthenticated is allowed or not.

Returns:

  • (Boolean)


14905
14906
14907
14908
14909
# File 'lib/aws-sdk-securityhub/types.rb', line 14905

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