Class: Aws::Types::SalesforceStandardObjectConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceStandardObjectConfiguration
- 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.
-
#name ⇒ "ACCOUNT", ...
Returns the value of attribute name.
Instance Attribute Details
#document_data_field_name ⇒ ::String
Returns the value of attribute document_data_field_name.
1773 1774 1775 |
# File 'sig/types.rbs', line 1773 def document_data_field_name @document_data_field_name end |
#document_title_field_name ⇒ ::String
Returns the value of attribute document_title_field_name.
1774 1775 1776 |
# File 'sig/types.rbs', line 1774 def document_title_field_name @document_title_field_name end |
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
1775 1776 1777 |
# File 'sig/types.rbs', line 1775 def field_mappings @field_mappings end |
#name ⇒ "ACCOUNT", ...
Returns the value of attribute name.
1772 1773 1774 |
# File 'sig/types.rbs', line 1772 def name @name end |