Class: Aws::CustomerProfiles::Types::ListWorkflowsItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

A workflow in list of workflows.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Creation timestamp for workflow.

Returns:

  • (Time)


3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3628

class ListWorkflowsItem < Struct.new(
  :workflow_type,
  :workflow_id,
  :status,
  :status_description,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

Last updated timestamp for workflow.

Returns:

  • (Time)


3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3628

class ListWorkflowsItem < Struct.new(
  :workflow_type,
  :workflow_id,
  :status,
  :status_description,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of workflow execution.

Returns:

  • (String)


3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3628

class ListWorkflowsItem < Struct.new(
  :workflow_type,
  :workflow_id,
  :status,
  :status_description,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#status_descriptionString

Description for workflow execution status.

Returns:

  • (String)


3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3628

class ListWorkflowsItem < Struct.new(
  :workflow_type,
  :workflow_id,
  :status,
  :status_description,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

Unique identifier for the workflow.

Returns:

  • (String)


3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3628

class ListWorkflowsItem < Struct.new(
  :workflow_type,
  :workflow_id,
  :status,
  :status_description,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_typeString

The type of workflow. The only supported value is APPFLOW_INTEGRATION.

Returns:

  • (String)


3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3628

class ListWorkflowsItem < Struct.new(
  :workflow_type,
  :workflow_id,
  :status,
  :status_description,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end