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.



4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4116

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)


4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4116

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)


4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4116

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.



4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4116

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)


4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4116

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)


4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4116

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)


4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4116

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)


4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4116

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