Class: Aws::Types::BasicAuthenticationProperties
- Inherits:
-
Object
- Object
- Aws::Types::BasicAuthenticationProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#password ⇒ Types::ConnectorProperty
Returns the value of attribute password.
-
#username ⇒ Types::ConnectorProperty
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Types::ConnectorProperty
Returns the value of attribute password.
219 220 221 |
# File 'sig/types.rbs', line 219 def password @password end |
#username ⇒ Types::ConnectorProperty
Returns the value of attribute username.
218 219 220 |
# File 'sig/types.rbs', line 218 def username @username end |