Class: Aws::Types::SalesforceSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_type ⇒ "OAUTH2_CLIENT_CREDENTIALS"
Returns the value of attribute auth_type.
-
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
-
#host_url ⇒ ::String
Returns the value of attribute host_url.
Instance Attribute Details
#auth_type ⇒ "OAUTH2_CLIENT_CREDENTIALS"
Returns the value of attribute auth_type.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def auth_type @auth_type end |
#credentials_secret_arn ⇒ ::String
Returns the value of attribute credentials_secret_arn.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def credentials_secret_arn @credentials_secret_arn end |
#host_url ⇒ ::String
Returns the value of attribute host_url.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def host_url @host_url end |