Class: Aws::Types::DataSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alfresco_configuration ⇒ Types::AlfrescoConfiguration
Returns the value of attribute alfresco_configuration.
-
#box_configuration ⇒ Types::BoxConfiguration
Returns the value of attribute box_configuration.
-
#confluence_configuration ⇒ Types::ConfluenceConfiguration
Returns the value of attribute confluence_configuration.
-
#database_configuration ⇒ Types::DatabaseConfiguration
Returns the value of attribute database_configuration.
-
#fsx_configuration ⇒ Types::FsxConfiguration
Returns the value of attribute fsx_configuration.
-
#git_hub_configuration ⇒ Types::GitHubConfiguration
Returns the value of attribute git_hub_configuration.
-
#google_drive_configuration ⇒ Types::GoogleDriveConfiguration
Returns the value of attribute google_drive_configuration.
-
#jira_configuration ⇒ Types::JiraConfiguration
Returns the value of attribute jira_configuration.
-
#one_drive_configuration ⇒ Types::OneDriveConfiguration
Returns the value of attribute one_drive_configuration.
-
#quip_configuration ⇒ Types::QuipConfiguration
Returns the value of attribute quip_configuration.
-
#s3_configuration ⇒ Types::S3DataSourceConfiguration
Returns the value of attribute s3_configuration.
-
#salesforce_configuration ⇒ Types::SalesforceConfiguration
Returns the value of attribute salesforce_configuration.
-
#service_now_configuration ⇒ Types::ServiceNowConfiguration
Returns the value of attribute service_now_configuration.
-
#share_point_configuration ⇒ Types::SharePointConfiguration
Returns the value of attribute share_point_configuration.
-
#slack_configuration ⇒ Types::SlackConfiguration
Returns the value of attribute slack_configuration.
-
#template_configuration ⇒ Types::TemplateConfiguration
Returns the value of attribute template_configuration.
-
#web_crawler_configuration ⇒ Types::WebCrawlerConfiguration
Returns the value of attribute web_crawler_configuration.
-
#work_docs_configuration ⇒ Types::WorkDocsConfiguration
Returns the value of attribute work_docs_configuration.
Instance Attribute Details
#alfresco_configuration ⇒ Types::AlfrescoConfiguration
Returns the value of attribute alfresco_configuration.
534 535 536 |
# File 'sig/types.rbs', line 534 def alfresco_configuration @alfresco_configuration end |
#box_configuration ⇒ Types::BoxConfiguration
Returns the value of attribute box_configuration.
530 531 532 |
# File 'sig/types.rbs', line 530 def box_configuration @box_configuration end |
#confluence_configuration ⇒ Types::ConfluenceConfiguration
Returns the value of attribute confluence_configuration.
524 525 526 |
# File 'sig/types.rbs', line 524 def confluence_configuration @confluence_configuration end |
#database_configuration ⇒ Types::DatabaseConfiguration
Returns the value of attribute database_configuration.
520 521 522 |
# File 'sig/types.rbs', line 520 def database_configuration @database_configuration end |
#fsx_configuration ⇒ Types::FsxConfiguration
Returns the value of attribute fsx_configuration.
528 529 530 |
# File 'sig/types.rbs', line 528 def fsx_configuration @fsx_configuration end |
#git_hub_configuration ⇒ Types::GitHubConfiguration
Returns the value of attribute git_hub_configuration.
533 534 535 |
# File 'sig/types.rbs', line 533 def git_hub_configuration @git_hub_configuration end |
#google_drive_configuration ⇒ Types::GoogleDriveConfiguration
Returns the value of attribute google_drive_configuration.
525 526 527 |
# File 'sig/types.rbs', line 525 def google_drive_configuration @google_drive_configuration end |
#jira_configuration ⇒ Types::JiraConfiguration
Returns the value of attribute jira_configuration.
532 533 534 |
# File 'sig/types.rbs', line 532 def jira_configuration @jira_configuration end |
#one_drive_configuration ⇒ Types::OneDriveConfiguration
Returns the value of attribute one_drive_configuration.
522 523 524 |
# File 'sig/types.rbs', line 522 def one_drive_configuration @one_drive_configuration end |
#quip_configuration ⇒ Types::QuipConfiguration
Returns the value of attribute quip_configuration.
531 532 533 |
# File 'sig/types.rbs', line 531 def quip_configuration @quip_configuration end |
#s3_configuration ⇒ Types::S3DataSourceConfiguration
Returns the value of attribute s3_configuration.
518 519 520 |
# File 'sig/types.rbs', line 518 def s3_configuration @s3_configuration end |
#salesforce_configuration ⇒ Types::SalesforceConfiguration
Returns the value of attribute salesforce_configuration.
521 522 523 |
# File 'sig/types.rbs', line 521 def salesforce_configuration @salesforce_configuration end |
#service_now_configuration ⇒ Types::ServiceNowConfiguration
Returns the value of attribute service_now_configuration.
523 524 525 |
# File 'sig/types.rbs', line 523 def service_now_configuration @service_now_configuration end |
#share_point_configuration ⇒ Types::SharePointConfiguration
Returns the value of attribute share_point_configuration.
519 520 521 |
# File 'sig/types.rbs', line 519 def share_point_configuration @share_point_configuration end |
#slack_configuration ⇒ Types::SlackConfiguration
Returns the value of attribute slack_configuration.
529 530 531 |
# File 'sig/types.rbs', line 529 def slack_configuration @slack_configuration end |
#template_configuration ⇒ Types::TemplateConfiguration
Returns the value of attribute template_configuration.
535 536 537 |
# File 'sig/types.rbs', line 535 def template_configuration @template_configuration end |
#web_crawler_configuration ⇒ Types::WebCrawlerConfiguration
Returns the value of attribute web_crawler_configuration.
526 527 528 |
# File 'sig/types.rbs', line 526 def web_crawler_configuration @web_crawler_configuration end |
#work_docs_configuration ⇒ Types::WorkDocsConfiguration
Returns the value of attribute work_docs_configuration.
527 528 529 |
# File 'sig/types.rbs', line 527 def work_docs_configuration @work_docs_configuration end |