Class: Aws::CustomerProfiles::Types::SalesforceSourceProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::SalesforceSourceProperties
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
The properties that are applied when Salesforce is being used as a source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_dynamic_field_update ⇒ Boolean
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
-
#include_deleted_records ⇒ Boolean
Indicates whether Amazon AppFlow includes deleted files in the flow run.
-
#object ⇒ String
The object specified in the Salesforce flow source.
Instance Attribute Details
#enable_dynamic_field_update ⇒ Boolean
The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.
6044 6045 6046 6047 6048 6049 6050 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6044 class SalesforceSourceProperties < Struct.new( :object, :enable_dynamic_field_update, :include_deleted_records) SENSITIVE = [] include Aws::Structure end |
#include_deleted_records ⇒ Boolean
Indicates whether Amazon AppFlow includes deleted files in the flow run.
6044 6045 6046 6047 6048 6049 6050 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6044 class SalesforceSourceProperties < Struct.new( :object, :enable_dynamic_field_update, :include_deleted_records) SENSITIVE = [] include Aws::Structure end |
#object ⇒ String
The object specified in the Salesforce flow source.
6044 6045 6046 6047 6048 6049 6050 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 6044 class SalesforceSourceProperties < Struct.new( :object, :enable_dynamic_field_update, :include_deleted_records) SENSITIVE = [] include Aws::Structure end |