Class: Aws::Types::SalesforceCustomKnowledgeArticleTypeConfiguration

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)


1745
1746
1747
# File 'sig/types.rbs', line 1745

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)


1746
1747
1748
# File 'sig/types.rbs', line 1746

def document_title_field_name
  @document_title_field_name
end

#field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute field_mappings.



1747
1748
1749
# File 'sig/types.rbs', line 1747

def field_mappings
  @field_mappings
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1744
1745
1746
# File 'sig/types.rbs', line 1744

def name
  @name
end