Class: Aws::CustomerProfiles::Types::Batch

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Batch defines the boundaries for ingestion for each step in APPFLOW_INTEGRATION workflow. APPFLOW_INTEGRATION workflow splits ingestion based on these boundaries.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

End time of batch to split ingestion.

Returns:

  • (Time)


483
484
485
486
487
488
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 483

class Batch < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Start time of batch to split ingestion.

Returns:

  • (Time)


483
484
485
486
487
488
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 483

class Batch < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end