Class: Aws::Types::SalesforceSourceProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_dynamic_field_updateBoolean

Returns the value of attribute enable_dynamic_field_update.

Returns:

  • (Boolean)


2567
2568
2569
# File 'sig/types.rbs', line 2567

def enable_dynamic_field_update
  @enable_dynamic_field_update
end

#include_deleted_recordsBoolean

Returns the value of attribute include_deleted_records.

Returns:

  • (Boolean)


2568
2569
2570
# File 'sig/types.rbs', line 2568

def include_deleted_records
  @include_deleted_records
end

#object::String

Returns the value of attribute object.

Returns:

  • (::String)


2566
2567
2568
# File 'sig/types.rbs', line 2566

def object
  @object
end