Class: Aws::Types::ServiceNowConnectorProfileCredentials
- Inherits:
-
Object
- Object
- Aws::Types::ServiceNowConnectorProfileCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#o_auth_2_credentials ⇒ Types::OAuth2Credentials
Returns the value of attribute o_auth_2_credentials.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#o_auth_2_credentials ⇒ Types::OAuth2Credentials
Returns the value of attribute o_auth_2_credentials.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def o_auth_2_credentials @o_auth_2_credentials end |
#password ⇒ ::String
Returns the value of attribute password.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def password @password end |
#username ⇒ ::String
Returns the value of attribute username.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def username @username end |