Class: Aws::Kafka::Types::ServerlessSasl
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ServerlessSasl
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Describes the serverless cluster SASL information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iam ⇒ Types::Iam
Indicates whether IAM access control is enabled.
Instance Attribute Details
#iam ⇒ Types::Iam
Indicates whether IAM access control is enabled.
2793 2794 2795 2796 2797 |
# File 'lib/aws-sdk-kafka/types.rb', line 2793 class ServerlessSasl < Struct.new( :iam) SENSITIVE = [] include Aws::Structure end |