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.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def password @password end |
#username ⇒ ::String
Returns the value of attribute username.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def username @username end |