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

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



2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2629

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)


2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2629

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)


2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2629

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.



2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2629

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)


2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2629

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)


2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2629

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)


2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2629

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)


2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2629

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