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.
215 216 217 |
# File 'sig/types.rbs', line 215 def password @password end |
#username ⇒ Types::ConnectorProperty
Returns the value of attribute username.
214 215 216 |
# File 'sig/types.rbs', line 214 def username @username end |