Class: Aws::CustomerProfiles::Types::Batch
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::Batch
- 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
-
#end_time ⇒ Time
End time of batch to split ingestion.
-
#start_time ⇒ Time
Start time of batch to split ingestion.
Instance Attribute Details
#end_time ⇒ Time
End time of batch to split ingestion.
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_time ⇒ Time
Start time of batch to split ingestion.
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 |