Class: Aws::Appflow::Types::IncrementalPullConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::IncrementalPullConfig
- Defined in:
- gems/aws-sdk-appflow/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
-
#datetime_type_field_name ⇒ String
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
Instance Attribute Details
#datetime_type_field_name ⇒ String
A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
4151 4152 4153 4154 4155 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4151 class IncrementalPullConfig < Struct.new( :datetime_type_field_name) SENSITIVE = [] include Aws::Structure end |