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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


281
282
283
284
285
286
287
288
289
290
291
292
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 281

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)


281
282
283
284
285
286
287
288
289
290
291
292
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 281

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)


281
282
283
284
285
286
287
288
289
290
291
292
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 281

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)


281
282
283
284
285
286
287
288
289
290
291
292
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 281

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)


281
282
283
284
285
286
287
288
289
290
291
292
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 281

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)


281
282
283
284
285
286
287
288
289
290
291
292
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 281

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)


281
282
283
284
285
286
287
288
289
290
291
292
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 281

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)


281
282
283
284
285
286
287
288
289
290
291
292
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 281

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