Class: Aws::Types::AwsMskClusterClusterInfoClientAuthenticationSaslDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#iamTypes::AwsMskClusterClusterInfoClientAuthenticationSaslIamDetails

Returns the value of attribute iam.



3195
3196
3197
# File 'sig/types.rbs', line 3195

def iam
  @iam
end

#scramTypes::AwsMskClusterClusterInfoClientAuthenticationSaslScramDetails

Returns the value of attribute scram.



3196
3197
3198
# File 'sig/types.rbs', line 3196

def scram
  @scram
end