Class: Aws::CustomerProfiles::Types::SalesforceSourceProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enable_dynamic_field_updateBoolean

The flag that enables dynamic fetching of new (recently added) fields in the Salesforce objects while running a flow.

Returns:

  • (Boolean)


4719
4720
4721
4722
4723
4724
4725
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4719

class SalesforceSourceProperties < Struct.new(
  :object,
  :enable_dynamic_field_update,
  :include_deleted_records)
  SENSITIVE = []
  include Aws::Structure
end

#include_deleted_recordsBoolean

Indicates whether Amazon AppFlow includes deleted files in the flow run.

Returns:

  • (Boolean)


4719
4720
4721
4722
4723
4724
4725
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4719

class SalesforceSourceProperties < Struct.new(
  :object,
  :enable_dynamic_field_update,
  :include_deleted_records)
  SENSITIVE = []
  include Aws::Structure
end

#objectString

The object specified in the Salesforce flow source.

Returns:

  • (String)


4719
4720
4721
4722
4723
4724
4725
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4719

class SalesforceSourceProperties < Struct.new(
  :object,
  :enable_dynamic_field_update,
  :include_deleted_records)
  SENSITIVE = []
  include Aws::Structure
end