Class: Aws::CustomerProfiles::Types::ListWorkflowsItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListWorkflowsItem
- 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
-
#created_at ⇒ Time
Creation timestamp for workflow.
-
#last_updated_at ⇒ Time
Last updated timestamp for workflow.
-
#status ⇒ String
Status of workflow execution.
-
#status_description ⇒ String
Description for workflow execution status.
-
#workflow_id ⇒ String
Unique identifier for the workflow.
-
#workflow_type ⇒ String
The type of workflow.
Instance Attribute Details
#created_at ⇒ Time
Creation timestamp for workflow.
4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4673 class ListWorkflowsItem < Struct.new( :workflow_type, :workflow_id, :status, :status_description, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
Last updated timestamp for workflow.
4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4673 class ListWorkflowsItem < Struct.new( :workflow_type, :workflow_id, :status, :status_description, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of workflow execution.
4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4673 class ListWorkflowsItem < Struct.new( :workflow_type, :workflow_id, :status, :status_description, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#status_description ⇒ String
Description for workflow execution status.
4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4673 class ListWorkflowsItem < Struct.new( :workflow_type, :workflow_id, :status, :status_description, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
Unique identifier for the workflow.
4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4673 class ListWorkflowsItem < Struct.new( :workflow_type, :workflow_id, :status, :status_description, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#workflow_type ⇒ String
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4673 class ListWorkflowsItem < Struct.new( :workflow_type, :workflow_id, :status, :status_description, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |