You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::SalesforceSourceProperties

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SalesforceSourceProperties as input to an Aws::Client method, you can use a vanilla Hash:

{
  object: "Object", # required
  enable_dynamic_field_update: false,
  include_deleted_records: false,
}

The properties that are applied when Salesforce is being used as a source.

Returned by:

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)

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

#include_deleted_recordsBoolean

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

Returns:

  • (Boolean)

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

#objectString

The object specified in the Salesforce flow source.

Returns:

  • (String)

    The object specified in the Salesforce flow source.