Class: Aws::Types::SalesforceSourceProperties
- Inherits:
-
Object
- Object
- Aws::Types::SalesforceSourceProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#enable_dynamic_field_update ⇒ Boolean
Returns the value of attribute enable_dynamic_field_update.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def enable_dynamic_field_update @enable_dynamic_field_update end |
#include_deleted_records ⇒ Boolean
Returns the value of attribute include_deleted_records.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def include_deleted_records @include_deleted_records end |
#object ⇒ ::String
Returns the value of attribute object.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def object @object end |