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.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def iam @iam end |
#scram ⇒ Types::Scram
Returns the value of attribute scram.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def scram @scram end |