Class: Aws::EntityResolution::Types::MatchingWorkflowSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::MatchingWorkflowSummary
- 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
-
#created_at ⇒ Time
The timestamp of when the workflow was created.
-
#resolution_type ⇒ String
The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.
-
#updated_at ⇒ Time
The timestamp of when the workflow was last updated.
-
#workflow_arn ⇒ String
The ARN (Amazon Resource Name) that Entity Resolution generated for the ‘MatchingWorkflow`.
-
#workflow_name ⇒ String
The name of the workflow.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the workflow was created.
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_type ⇒ String
The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.
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_at ⇒ Time
The timestamp of when the workflow was last updated.
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_arn ⇒ String
The ARN (Amazon Resource Name) that Entity Resolution generated for the ‘MatchingWorkflow`.
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_name ⇒ String
The name of the workflow.
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 |