Class: Aws::Types::SalesforceSourceProperties
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceSourceProperties
- 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.
-
#enable_dynamic_field_update ⇒ Boolean
Returns the value of attribute enable_dynamic_field_update.
-
#include_deleted_records ⇒ Boolean
Returns the value of attribute include_deleted_records.
-
#object ⇒ ::String
Returns the value of attribute object.
Instance Attribute Details
#data_transfer_api ⇒ "AUTOMATIC", ...
Returns the value of attribute data_transfer_api.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def data_transfer_api @data_transfer_api end |
#enable_dynamic_field_update ⇒ Boolean
Returns the value of attribute enable_dynamic_field_update.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def enable_dynamic_field_update @enable_dynamic_field_update end |
#include_deleted_records ⇒ Boolean
Returns the value of attribute include_deleted_records.
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.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def object @object end |