Class: Aws::Types::SalesforceDestinationProperties
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceDestinationProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_transfer_api ⇒ "AUTOMATIC", ...
Returns the value of attribute data_transfer_api.
-
#error_handling_config ⇒ Types::ErrorHandlingConfig
Returns the value of attribute error_handling_config.
-
#id_field_names ⇒ ::Array[::String]
Returns the value of attribute id_field_names.
-
#object ⇒ ::String
Returns the value of attribute object.
-
#write_operation_type ⇒ "INSERT", ...
Returns the value of attribute write_operation_type.
Instance Attribute Details
#data_transfer_api ⇒ "AUTOMATIC", ...
Returns the value of attribute data_transfer_api.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def data_transfer_api @data_transfer_api end |
#error_handling_config ⇒ Types::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.
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.
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.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def write_operation_type @write_operation_type end |