Class: Aws::CustomerProfiles::Types::GetWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetWorkflowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Types::WorkflowAttributes
Attributes provided for workflow execution.
-
#error_description ⇒ String
Workflow error messages during execution (if any).
-
#last_updated_at ⇒ Time
The timestamp that represents when workflow execution last updated.
-
#metrics ⇒ Types::WorkflowMetrics
Workflow specific execution metrics.
-
#start_date ⇒ Time
The timestamp that represents when workflow execution started.
-
#status ⇒ String
Status of workflow execution.
-
#workflow_id ⇒ String
Unique identifier for the workflow.
-
#workflow_type ⇒ String
The type of workflow.
Instance Attribute Details
#attributes ⇒ Types::WorkflowAttributes
Attributes provided for workflow execution.
3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3837 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end |
#error_description ⇒ String
Workflow error messages during execution (if any).
3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3837 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp that represents when workflow execution last updated.
3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3837 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Types::WorkflowMetrics
Workflow specific execution metrics.
3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3837 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ Time
The timestamp that represents when workflow execution started.
3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3837 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of workflow execution.
3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3837 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
Unique identifier for the workflow.
3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3837 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end |
#workflow_type ⇒ String
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3837 class GetWorkflowResponse < Struct.new( :workflow_id, :workflow_type, :status, :error_description, :start_date, :last_updated_at, :attributes, :metrics) SENSITIVE = [] include Aws::Structure end |