Class: Aws::CustomerProfiles::Types::IncrementalPullConfig

Inherits:
Struct
  • Object
show all
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

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)


2783
2784
2785
2786
2787
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2783

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