Class: Aws::Types::SalesforceStandardObjectConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#document_data_field_name::String

Returns the value of attribute document_data_field_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("ACCOUNT", "CAMPAIGN", "CASE", "CONTACT", "CONTRACT", "DOCUMENT", "GROUP", "IDEA", "LEAD", "OPPORTUNITY", "PARTNER", "PRICEBOOK", "PRODUCT", "PROFILE", "SOLUTION", "TASK", "USER")


1772
1773
1774
# File 'sig/types.rbs', line 1772

def name
  @name
end