Class: Aws::CustomerProfiles::Types::GetWorkflowResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::WorkflowAttributes

Attributes provided for workflow execution.



2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2639

class GetWorkflowResponse < Struct.new(
  :workflow_id,
  :workflow_type,
  :status,
  :error_description,
  :start_date,
  :last_updated_at,
  :attributes,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end

#error_descriptionString

Workflow error messages during execution (if any).

Returns:

  • (String)


2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2639

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_atTime

The timestamp that represents when workflow execution last updated.

Returns:

  • (Time)


2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2639

class GetWorkflowResponse < Struct.new(
  :workflow_id,
  :workflow_type,
  :status,
  :error_description,
  :start_date,
  :last_updated_at,
  :attributes,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end

#metricsTypes::WorkflowMetrics

Workflow specific execution metrics.



2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2639

class GetWorkflowResponse < Struct.new(
  :workflow_id,
  :workflow_type,
  :status,
  :error_description,
  :start_date,
  :last_updated_at,
  :attributes,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end

#start_dateTime

The timestamp that represents when workflow execution started.

Returns:

  • (Time)


2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2639

class GetWorkflowResponse < Struct.new(
  :workflow_id,
  :workflow_type,
  :status,
  :error_description,
  :start_date,
  :last_updated_at,
  :attributes,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of workflow execution.

Returns:

  • (String)


2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2639

class GetWorkflowResponse < Struct.new(
  :workflow_id,
  :workflow_type,
  :status,
  :error_description,
  :start_date,
  :last_updated_at,
  :attributes,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

Unique identifier for the workflow.

Returns:

  • (String)


2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2639

class GetWorkflowResponse < Struct.new(
  :workflow_id,
  :workflow_type,
  :status,
  :error_description,
  :start_date,
  :last_updated_at,
  :attributes,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_typeString

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

Returns:

  • (String)


2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2639

class GetWorkflowResponse < Struct.new(
  :workflow_id,
  :workflow_type,
  :status,
  :error_description,
  :start_date,
  :last_updated_at,
  :attributes,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end