Class: Aws::Types::BasicAuthenticationCredentials
- Inherits:
-
Object
- Object
- Aws::Types::BasicAuthenticationCredentials
- 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.
213 214 215 |
# File 'sig/types.rbs', line 213 def password @password end |
#username ⇒ ::String
Returns the value of attribute username.
212 213 214 |
# File 'sig/types.rbs', line 212 def username @username end |