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.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#password ⇒ ::String
Returns the value of attribute password.
471 472 473 |
# File 'sig/types.rbs', line 471 def password @password end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
470 471 472 |
# File 'sig/types.rbs', line 470 def user_name @user_name end |