Class: Aws::Types::SAPODataConnectorProfileCredentials
- Inherits:
-
Object
- Object
- Aws::Types::SAPODataConnectorProfileCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#basic_auth_credentials ⇒ Types::BasicAuthCredentials
Returns the value of attribute basic_auth_credentials.
-
#o_auth_credentials ⇒ Types::OAuthCredentials
Returns the value of attribute o_auth_credentials.
Instance Attribute Details
#basic_auth_credentials ⇒ Types::BasicAuthCredentials
Returns the value of attribute basic_auth_credentials.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def basic_auth_credentials @basic_auth_credentials end |
#o_auth_credentials ⇒ Types::OAuthCredentials
Returns the value of attribute o_auth_credentials.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def o_auth_credentials @o_auth_credentials end |