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

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

Instance Attribute Details

#enabledBoolean

Indicates whether unauthenticated is allowed or not.

Returns:

  • (Boolean)


14915
14916
14917
14918
14919
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14915

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