Class: Aws::Types::DataSourceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DataSourceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confluence_configuration ⇒ Types::ConfluenceDataSourceConfiguration
Returns the value of attribute confluence_configuration.
-
#managed_knowledge_base_connector_configuration ⇒ Types::ManagedKnowledgeBaseConnectorConfiguration
Returns the value of attribute managed_knowledge_base_connector_configuration.
-
#s3_configuration ⇒ Types::S3DataSourceConfiguration
Returns the value of attribute s3_configuration.
-
#salesforce_configuration ⇒ Types::SalesforceDataSourceConfiguration
Returns the value of attribute salesforce_configuration.
-
#share_point_configuration ⇒ Types::SharePointDataSourceConfiguration
Returns the value of attribute share_point_configuration.
-
#type ⇒ "S3", ...
Returns the value of attribute type.
-
#web_configuration ⇒ Types::WebDataSourceConfiguration
Returns the value of attribute web_configuration.
Instance Attribute Details
#confluence_configuration ⇒ Types::ConfluenceDataSourceConfiguration
Returns the value of attribute confluence_configuration.
679 680 681 |
# File 'sig/types.rbs', line 679 def confluence_configuration @confluence_configuration end |
#managed_knowledge_base_connector_configuration ⇒ Types::ManagedKnowledgeBaseConnectorConfiguration
Returns the value of attribute managed_knowledge_base_connector_configuration.
676 677 678 |
# File 'sig/types.rbs', line 676 def managed_knowledge_base_connector_configuration @managed_knowledge_base_connector_configuration end |
#s3_configuration ⇒ Types::S3DataSourceConfiguration
Returns the value of attribute s3_configuration.
677 678 679 |
# File 'sig/types.rbs', line 677 def s3_configuration @s3_configuration end |
#salesforce_configuration ⇒ Types::SalesforceDataSourceConfiguration
Returns the value of attribute salesforce_configuration.
680 681 682 |
# File 'sig/types.rbs', line 680 def salesforce_configuration @salesforce_configuration end |
#share_point_configuration ⇒ Types::SharePointDataSourceConfiguration
Returns the value of attribute share_point_configuration.
681 682 683 |
# File 'sig/types.rbs', line 681 def share_point_configuration @share_point_configuration end |
#type ⇒ "S3", ...
Returns the value of attribute type.
675 676 677 |
# File 'sig/types.rbs', line 675 def type @type end |
#web_configuration ⇒ Types::WebDataSourceConfiguration
Returns the value of attribute web_configuration.
678 679 680 |
# File 'sig/types.rbs', line 678 def web_configuration @web_configuration end |