Class: Aws::Types::SalesforceDataSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceDataSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawler_configuration ⇒ Types::SalesforceCrawlerConfiguration
Returns the value of attribute crawler_configuration.
-
#source_configuration ⇒ Types::SalesforceSourceConfiguration
Returns the value of attribute source_configuration.
Instance Attribute Details
#crawler_configuration ⇒ Types::SalesforceCrawlerConfiguration
Returns the value of attribute crawler_configuration.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def crawler_configuration @crawler_configuration end |
#source_configuration ⇒ Types::SalesforceSourceConfiguration
Returns the value of attribute source_configuration.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def source_configuration @source_configuration end |