Class: Aws::Types::SalesforceDestinationProperties

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")


1103
1104
1105
# File 'sig/types.rbs', line 1103

def data_transfer_api
  @data_transfer_api
end

#error_handling_configTypes::ErrorHandlingConfig

Returns the value of attribute error_handling_config.



1101
1102
1103
# File 'sig/types.rbs', line 1101

def error_handling_config
  @error_handling_config
end

#id_field_names::Array[::String]

Returns the value of attribute id_field_names.

Returns:

  • (::Array[::String])


1100
1101
1102
# File 'sig/types.rbs', line 1100

def id_field_names
  @id_field_names
end

#object::String

Returns the value of attribute object.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def object
  @object
end

#write_operation_type"INSERT", ...

Returns the value of attribute write_operation_type.

Returns:

  • ("INSERT", "UPSERT", "UPDATE", "DELETE")


1102
1103
1104
# File 'sig/types.rbs', line 1102

def write_operation_type
  @write_operation_type
end