Class: Aws::Types::AuthenticationMode
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticationMode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#passwords ⇒ ::Array[::String]
Returns the value of attribute passwords.
-
#type ⇒ "password", ...
Returns the value of attribute type.
Instance Attribute Details
#passwords ⇒ ::Array[::String]
Returns the value of attribute passwords.
34 35 36 |
# File 'sig/types.rbs', line 34 def passwords @passwords end |
#type ⇒ "password", ...
Returns the value of attribute type.
33 34 35 |
# File 'sig/types.rbs', line 33 def type @type end |