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.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def enable_dynamic_field_update @enable_dynamic_field_update end |
#include_deleted_records ⇒ Boolean
Returns the value of attribute include_deleted_records.
2580 2581 2582 |
# File 'sig/types.rbs', line 2580 def include_deleted_records @include_deleted_records end |
#object ⇒ ::String
Returns the value of attribute object.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def object @object end |