Class: Aws::CustomerProfiles::Types::AppflowIntegrationWorkflowStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::AppflowIntegrationWorkflowStep
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Workflow step details for ‘APPFLOW_INTEGRATION` workflow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_records_end_time ⇒ String
End datetime of records pulled in batch during execution of workflow step for ‘APPFLOW_INTEGRATION` workflow.
-
#batch_records_start_time ⇒ String
Start datetime of records pulled in batch during execution of workflow step for ‘APPFLOW_INTEGRATION` workflow.
-
#created_at ⇒ Time
Creation timestamp of workflow step for ‘APPFLOW_INTEGRATION` workflow.
-
#execution_message ⇒ String
Message indicating execution of workflow step for ‘APPFLOW_INTEGRATION` workflow.
-
#flow_name ⇒ String
Name of the flow created during execution of workflow step.
-
#last_updated_at ⇒ Time
Last updated timestamp for workflow step for ‘APPFLOW_INTEGRATION` workflow.
-
#records_processed ⇒ Integer
Total number of records processed during execution of workflow step for ‘APPFLOW_INTEGRATION` workflow.
-
#status ⇒ String
Workflow step status for ‘APPFLOW_INTEGRATION` workflow.
Instance Attribute Details
#batch_records_end_time ⇒ String
End datetime of records pulled in batch during execution of workflow step for ‘APPFLOW_INTEGRATION` workflow.
320 321 322 323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 320 class AppflowIntegrationWorkflowStep < Struct.new( :flow_name, :status, :execution_message, :records_processed, :batch_records_start_time, :batch_records_end_time, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#batch_records_start_time ⇒ String
Start datetime of records pulled in batch during execution of workflow step for ‘APPFLOW_INTEGRATION` workflow.
320 321 322 323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 320 class AppflowIntegrationWorkflowStep < Struct.new( :flow_name, :status, :execution_message, :records_processed, :batch_records_start_time, :batch_records_end_time, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Creation timestamp of workflow step for ‘APPFLOW_INTEGRATION` workflow.
320 321 322 323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 320 class AppflowIntegrationWorkflowStep < Struct.new( :flow_name, :status, :execution_message, :records_processed, :batch_records_start_time, :batch_records_end_time, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#execution_message ⇒ String
Message indicating execution of workflow step for ‘APPFLOW_INTEGRATION` workflow.
320 321 322 323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 320 class AppflowIntegrationWorkflowStep < Struct.new( :flow_name, :status, :execution_message, :records_processed, :batch_records_start_time, :batch_records_end_time, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#flow_name ⇒ String
Name of the flow created during execution of workflow step. ‘APPFLOW_INTEGRATION` workflow type creates an appflow flow during workflow step execution on the customers behalf.
320 321 322 323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 320 class AppflowIntegrationWorkflowStep < Struct.new( :flow_name, :status, :execution_message, :records_processed, :batch_records_start_time, :batch_records_end_time, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
Last updated timestamp for workflow step for ‘APPFLOW_INTEGRATION` workflow.
320 321 322 323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 320 class AppflowIntegrationWorkflowStep < Struct.new( :flow_name, :status, :execution_message, :records_processed, :batch_records_start_time, :batch_records_end_time, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#records_processed ⇒ Integer
Total number of records processed during execution of workflow step for ‘APPFLOW_INTEGRATION` workflow.
320 321 322 323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 320 class AppflowIntegrationWorkflowStep < Struct.new( :flow_name, :status, :execution_message, :records_processed, :batch_records_start_time, :batch_records_end_time, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Workflow step status for ‘APPFLOW_INTEGRATION` workflow.
320 321 322 323 324 325 326 327 328 329 330 331 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 320 class AppflowIntegrationWorkflowStep < Struct.new( :flow_name, :status, :execution_message, :records_processed, :batch_records_start_time, :batch_records_end_time, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |