Class: Aws::Types::VeevaConnectorProfileCredentials
- Inherits:
-
Object
- Object
- Aws::Types::VeevaConnectorProfileCredentials
- 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.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def password @password end |
#username ⇒ ::String
Returns the value of attribute username.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def username @username end |