Class: Aws::Types::ConfluenceDataSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConfluenceDataSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawler_configuration ⇒ Types::ConfluenceCrawlerConfiguration
Returns the value of attribute crawler_configuration.
-
#source_configuration ⇒ Types::ConfluenceSourceConfiguration
Returns the value of attribute source_configuration.
Instance Attribute Details
#crawler_configuration ⇒ Types::ConfluenceCrawlerConfiguration
Returns the value of attribute crawler_configuration.
366 367 368 |
# File 'sig/types.rbs', line 366 def crawler_configuration @crawler_configuration end |
#source_configuration ⇒ Types::ConfluenceSourceConfiguration
Returns the value of attribute source_configuration.
365 366 367 |
# File 'sig/types.rbs', line 365 def source_configuration @source_configuration end |