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_update ⇒ Boolean

Returns the value of attribute enable_dynamic_field_update.

Returns:

  • (Boolean)


2579
2580
2581
# File 'sig/types.rbs', line 2579

def enable_dynamic_field_update
  @enable_dynamic_field_update
end

#include_deleted_records ⇒ Boolean

Returns the value of attribute include_deleted_records.

Returns:

  • (Boolean)


2580
2581
2582
# File 'sig/types.rbs', line 2580

def include_deleted_records
  @include_deleted_records
end

#object ⇒ ::String

Returns the value of attribute object.

Returns:

  • (::String)


2578
2579
2580
# File 'sig/types.rbs', line 2578

def object
  @object
end