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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)

553
554
555
556
557
558
# File 'lib/aws-sdk-customerprofiles/types.rb', line 553

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

#start_timeTime

Start time of batch to split ingestion.

Returns:

  • (Time)

553
554
555
556
557
558
# File 'lib/aws-sdk-customerprofiles/types.rb', line 553

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