Class: Aws::EntityResolution::Types::MatchingWorkflowSummary

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

Overview

A list of ‘MatchingWorkflowSummary` objects, each of which contain the fields `WorkflowName`, `WorkflowArn`, `CreatedAt`, `UpdatedAt`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the workflow was created.

Returns:

  • (Time)


2174
2175
2176
2177
2178
2179
2180
2181
2182
# File 'lib/aws-sdk-entityresolution/types.rb', line 2174

class MatchingWorkflowSummary < Struct.new(
  :created_at,
  :resolution_type,
  :updated_at,
  :workflow_arn,
  :workflow_name)
  SENSITIVE = []
  include Aws::Structure
end

#resolution_typeString

The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.

Returns:

  • (String)


2174
2175
2176
2177
2178
2179
2180
2181
2182
# File 'lib/aws-sdk-entityresolution/types.rb', line 2174

class MatchingWorkflowSummary < Struct.new(
  :created_at,
  :resolution_type,
  :updated_at,
  :workflow_arn,
  :workflow_name)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp of when the workflow was last updated.

Returns:

  • (Time)


2174
2175
2176
2177
2178
2179
2180
2181
2182
# File 'lib/aws-sdk-entityresolution/types.rb', line 2174

class MatchingWorkflowSummary < Struct.new(
  :created_at,
  :resolution_type,
  :updated_at,
  :workflow_arn,
  :workflow_name)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_arnString

The ARN (Amazon Resource Name) that Entity Resolution generated for the ‘MatchingWorkflow`.

Returns:

  • (String)


2174
2175
2176
2177
2178
2179
2180
2181
2182
# File 'lib/aws-sdk-entityresolution/types.rb', line 2174

class MatchingWorkflowSummary < Struct.new(
  :created_at,
  :resolution_type,
  :updated_at,
  :workflow_arn,
  :workflow_name)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_nameString

The name of the workflow.

Returns:

  • (String)


2174
2175
2176
2177
2178
2179
2180
2181
2182
# File 'lib/aws-sdk-entityresolution/types.rb', line 2174

class MatchingWorkflowSummary < Struct.new(
  :created_at,
  :resolution_type,
  :updated_at,
  :workflow_arn,
  :workflow_name)
  SENSITIVE = []
  include Aws::Structure
end