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

Class: Aws::Appflow::Types::IncrementalPullConfig

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

Overview

Note:

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

{
  datetime_type_field_name: "DatetimeTypeFieldName",
}

Specifies the configuration used when importing incremental records from the source.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#datetime_type_field_nameString

A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.

Returns:

  • (String)

    A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.