Class: Aws::Types::Sasl
- Inherits:
-
Object
- Object
- Aws::Types::Sasl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iam ⇒ Types::Iam
Returns the value of attribute iam.
-
#scram ⇒ Types::Scram
Returns the value of attribute scram.
Instance Attribute Details
#iam ⇒ Types::Iam
Returns the value of attribute iam.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def iam @iam end |
#scram ⇒ Types::Scram
Returns the value of attribute scram.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def scram @scram end |