Method: Aws::CustomerProfiles::Types::Batch#end_time

Defined in:
lib/aws-sdk-customerprofiles/types.rb

#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