Class: Aws::Types::SalesforceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chatter_feed_configuration ⇒ Types::SalesforceChatterFeedConfiguration
Returns the value of attribute chatter_feed_configuration.
-
#crawl_attachments ⇒ Boolean
Returns the value of attribute crawl_attachments.
-
#exclude_attachment_file_patterns ⇒ ::Array[::String]
Returns the value of attribute exclude_attachment_file_patterns.
-
#include_attachment_file_patterns ⇒ ::Array[::String]
Returns the value of attribute include_attachment_file_patterns.
-
#knowledge_article_configuration ⇒ Types::SalesforceKnowledgeArticleConfiguration
Returns the value of attribute knowledge_article_configuration.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#server_url ⇒ ::String
Returns the value of attribute server_url.
-
#standard_object_attachment_configuration ⇒ Types::SalesforceStandardObjectAttachmentConfiguration
Returns the value of attribute standard_object_attachment_configuration.
-
#standard_object_configurations ⇒ ::Array[Types::SalesforceStandardObjectConfiguration]
Returns the value of attribute standard_object_configurations.
Instance Attribute Details
#chatter_feed_configuration ⇒ Types::SalesforceChatterFeedConfiguration
Returns the value of attribute chatter_feed_configuration.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def chatter_feed_configuration @chatter_feed_configuration end |
#crawl_attachments ⇒ Boolean
Returns the value of attribute crawl_attachments.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def @crawl_attachments end |
#exclude_attachment_file_patterns ⇒ ::Array[::String]
Returns the value of attribute exclude_attachment_file_patterns.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def @exclude_attachment_file_patterns end |
#include_attachment_file_patterns ⇒ ::Array[::String]
Returns the value of attribute include_attachment_file_patterns.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def @include_attachment_file_patterns end |
#knowledge_article_configuration ⇒ Types::SalesforceKnowledgeArticleConfiguration
Returns the value of attribute knowledge_article_configuration.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def knowledge_article_configuration @knowledge_article_configuration end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def secret_arn @secret_arn end |
#server_url ⇒ ::String
Returns the value of attribute server_url.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def server_url @server_url end |
#standard_object_attachment_configuration ⇒ Types::SalesforceStandardObjectAttachmentConfiguration
Returns the value of attribute standard_object_attachment_configuration.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def @standard_object_attachment_configuration end |
#standard_object_configurations ⇒ ::Array[Types::SalesforceStandardObjectConfiguration]
Returns the value of attribute standard_object_configurations.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def standard_object_configurations @standard_object_configurations end |