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

#data_transfer_api"AUTOMATIC", ...

Returns the value of attribute data_transfer_api.

Returns:

  • ("AUTOMATIC", "BULKV2", "REST_SYNC")


1118
1119
1120
# File 'sig/types.rbs', line 1118

def data_transfer_api
  @data_transfer_api
end

#enable_dynamic_field_updateBoolean

Returns the value of attribute enable_dynamic_field_update.

Returns:

  • (Boolean)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def enable_dynamic_field_update
  @enable_dynamic_field_update
end

#include_deleted_recordsBoolean

Returns the value of attribute include_deleted_records.

Returns:

  • (Boolean)


1117
1118
1119
# File 'sig/types.rbs', line 1117

def include_deleted_records
  @include_deleted_records
end

#object::String

Returns the value of attribute object.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def object
  @object
end