Class: Aws::Types::SharePointDataSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SharePointDataSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawler_configuration ⇒ Types::SharePointCrawlerConfiguration
Returns the value of attribute crawler_configuration.
-
#source_configuration ⇒ Types::SharePointSourceConfiguration
Returns the value of attribute source_configuration.
Instance Attribute Details
#crawler_configuration ⇒ Types::SharePointCrawlerConfiguration
Returns the value of attribute crawler_configuration.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def crawler_configuration @crawler_configuration end |
#source_configuration ⇒ Types::SharePointSourceConfiguration
Returns the value of attribute source_configuration.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def source_configuration @source_configuration end |