Class: Aws::Types::DataSourceConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#confluence_configurationTypes::ConfluenceDataSourceConfiguration

Returns the value of attribute confluence_configuration.

Returns:



679
680
681
# File 'sig/types.rbs', line 679

def confluence_configuration
  @confluence_configuration
end

#managed_knowledge_base_connector_configurationTypes::ManagedKnowledgeBaseConnectorConfiguration

Returns the value of attribute managed_knowledge_base_connector_configuration.

Returns:



676
677
678
# File 'sig/types.rbs', line 676

def managed_knowledge_base_connector_configuration
  @managed_knowledge_base_connector_configuration
end

#s3_configurationTypes::S3DataSourceConfiguration

Returns the value of attribute s3_configuration.

Returns:



677
678
679
# File 'sig/types.rbs', line 677

def s3_configuration
  @s3_configuration
end

#salesforce_configurationTypes::SalesforceDataSourceConfiguration

Returns the value of attribute salesforce_configuration.

Returns:



680
681
682
# File 'sig/types.rbs', line 680

def salesforce_configuration
  @salesforce_configuration
end

#share_point_configurationTypes::SharePointDataSourceConfiguration

Returns the value of attribute share_point_configuration.

Returns:



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.

Returns:



675
676
677
# File 'sig/types.rbs', line 675

def type
  @type
end

#web_configurationTypes::WebDataSourceConfiguration

Returns the value of attribute web_configuration.

Returns:



678
679
680
# File 'sig/types.rbs', line 678

def web_configuration
  @web_configuration
end