Class: Aws::Types::SalesforceChatterFeedConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceChatterFeedConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_data_field_name ⇒ ::String
Returns the value of attribute document_data_field_name.
-
#document_title_field_name ⇒ ::String
Returns the value of attribute document_title_field_name.
-
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
-
#include_filter_types ⇒ ::Array[("ACTIVE_USER" | "STANDARD_USER")]
Returns the value of attribute include_filter_types.
Instance Attribute Details
#document_data_field_name ⇒ ::String
Returns the value of attribute document_data_field_name.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def document_data_field_name @document_data_field_name end |
#document_title_field_name ⇒ ::String
Returns the value of attribute document_title_field_name.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def document_title_field_name @document_title_field_name end |
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def field_mappings @field_mappings end |
#include_filter_types ⇒ ::Array[("ACTIVE_USER" | "STANDARD_USER")]
Returns the value of attribute include_filter_types.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def include_filter_types @include_filter_types end |