Class: Aws::Types::SalesforceChatterFeedConfiguration

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("ACTIVE_USER" | "STANDARD_USER")])


1726
1727
1728
# File 'sig/types.rbs', line 1726

def include_filter_types
  @include_filter_types
end