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.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def password @password end |
#username ⇒ ::String
Returns the value of attribute username.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def username @username end |