Class: Aws::Types::SalesforceConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#chatter_feed_configurationTypes::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_attachmentsBoolean

Returns the value of attribute crawl_attachments.

Returns:

  • (Boolean)


1736
1737
1738
# File 'sig/types.rbs', line 1736

def crawl_attachments
  @crawl_attachments
end

#exclude_attachment_file_patterns::Array[::String]

Returns the value of attribute exclude_attachment_file_patterns.

Returns:

  • (::Array[::String])


1739
1740
1741
# File 'sig/types.rbs', line 1739

def exclude_attachment_file_patterns
  @exclude_attachment_file_patterns
end

#include_attachment_file_patterns::Array[::String]

Returns the value of attribute include_attachment_file_patterns.

Returns:

  • (::Array[::String])


1738
1739
1740
# File 'sig/types.rbs', line 1738

def include_attachment_file_patterns
  @include_attachment_file_patterns
end

#knowledge_article_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def server_url
  @server_url
end

#standard_object_attachment_configurationTypes::SalesforceStandardObjectAttachmentConfiguration

Returns the value of attribute standard_object_attachment_configuration.



1737
1738
1739
# File 'sig/types.rbs', line 1737

def standard_object_attachment_configuration
  @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