Class: Aws::Kafka::Types::ServerlessSasl

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Describes the serverless cluster SASL information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iamTypes::Iam

Indicates whether IAM access control is enabled.

Returns:



2774
2775
2776
2777
2778
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2774

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