Class: Aws::Types::Authentication
- Inherits:
-
Object
- Object
- Aws::Types::Authentication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password_count ⇒ ::Integer
Returns the value of attribute password_count.
-
#type ⇒ "password", ...
Returns the value of attribute type.
Instance Attribute Details
#password_count ⇒ ::Integer
Returns the value of attribute password_count.
28 29 30 |
# File 'sig/types.rbs', line 28 def password_count @password_count end |
#type ⇒ "password", ...
Returns the value of attribute type.
27 28 29 |
# File 'sig/types.rbs', line 27 def type @type end |