Class: Aws::CustomerProfiles::Types::IncrementalPullConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::IncrementalPullConfig
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
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.
2799 2800 2801 2802 2803 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2799 class IncrementalPullConfig < Struct.new( :datetime_type_field_name) SENSITIVE = [] include Aws::Structure end |