Class: Aws::CustomerProfiles::Types::AppflowIntegrationWorkflowStep

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#batch_records_end_timeString

End datetime of records pulled in batch during execution of workflow step for ‘APPFLOW_INTEGRATION` workflow.

Returns:

  • (String)


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_timeString

Start datetime of records pulled in batch during execution of workflow step for ‘APPFLOW_INTEGRATION` workflow.

Returns:

  • (String)


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_atTime

Creation timestamp of workflow step for ‘APPFLOW_INTEGRATION` workflow.

Returns:

  • (Time)


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_messageString

Message indicating execution of workflow step for ‘APPFLOW_INTEGRATION` workflow.

Returns:

  • (String)


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_nameString

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.

Returns:

  • (String)


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_atTime

Last updated timestamp for workflow step for ‘APPFLOW_INTEGRATION` workflow.

Returns:

  • (Time)


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_processedInteger

Total number of records processed during execution of workflow step for ‘APPFLOW_INTEGRATION` workflow.

Returns:

  • (Integer)


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

#statusString

Workflow step status for ‘APPFLOW_INTEGRATION` workflow.

Returns:

  • (String)


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