Class: Aws::Types::UsernamePassword
- Inherits:
-
Object
- Object
- Aws::Types::UsernamePassword
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password ⇒ ::String
Returns the value of attribute password.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ ::String
Returns the value of attribute password.
6991 6992 6993 |
# File 'sig/types.rbs', line 6991 def password @password end |
#username ⇒ ::String
Returns the value of attribute username.
6992 6993 6994 |
# File 'sig/types.rbs', line 6992 def username @username end |