Class: Aws::Types::SalesforceStandardKnowledgeArticleTypeConfiguration

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)


1759
1760
1761
# File 'sig/types.rbs', line 1759

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)


1760
1761
1762
# File 'sig/types.rbs', line 1760

def document_title_field_name
  @document_title_field_name
end

#field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute field_mappings.



1761
1762
1763
# File 'sig/types.rbs', line 1761

def field_mappings
  @field_mappings
end