Class: Aws::Types::UpdateConnectionBasicAuthRequestParameters
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionBasicAuthRequestParameters
- 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.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def password @password end |
#username ⇒ ::String
Returns the value of attribute username.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def username @username end |