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.



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_descriptionString

Workflow error messages during execution (if any).

Returns:

  • (String)


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_atTime

The timestamp that represents when workflow execution last updated.

Returns:

  • (Time)


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

#metricsTypes::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_dateTime

The timestamp that represents when workflow execution started.

Returns:

  • (Time)


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

#statusString

Status of workflow execution.

Returns:

  • (String)


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_idString

Unique identifier for the workflow.

Returns:

  • (String)


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_typeString

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

Returns:

  • (String)


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