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.
47 48 49 |
# File 'sig/types.rbs', line 47 def password_count @password_count end |
#type ⇒ "password", ...
Returns the value of attribute type.
46 47 48 |
# File 'sig/types.rbs', line 46 def type @type end |