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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appflow/types.rb

Overview

Note:

When making an API call, you may pass IncrementalPullConfig data as a hash:

{
  datetime_type_field_name: "DatetimeTypeFieldName",
}

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

Constant Summary collapse

SENSITIVE =
[]

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)


2951
2952
2953
2954
2955
# File 'lib/aws-sdk-appflow/types.rb', line 2951

class IncrementalPullConfig < Struct.new(
  :datetime_type_field_name)
  SENSITIVE = []
  include Aws::Structure
end