Class: Aws::EntityResolution::Types::IdMappingWorkflowSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::IdMappingWorkflowSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
A list of ‘IdMappingWorkflowSummary` objects, each of which contain the fields `WorkflowName`, `WorkflowArn`, `CreatedAt`, and `UpdatedAt`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the workflow was created.
-
#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 ‘IdMappingWorkflow`.
-
#workflow_name ⇒ String
The name of the workflow.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the workflow was created.
1581 1582 1583 1584 1585 1586 1587 1588 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1581 class IdMappingWorkflowSummary < Struct.new( :created_at, :updated_at, :workflow_arn, :workflow_name) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the workflow was last updated.
1581 1582 1583 1584 1585 1586 1587 1588 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1581 class IdMappingWorkflowSummary < Struct.new( :created_at, :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 ‘IdMappingWorkflow`.
1581 1582 1583 1584 1585 1586 1587 1588 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1581 class IdMappingWorkflowSummary < Struct.new( :created_at, :updated_at, :workflow_arn, :workflow_name) SENSITIVE = [] include Aws::Structure end |
#workflow_name ⇒ String
The name of the workflow.
1581 1582 1583 1584 1585 1586 1587 1588 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 1581 class IdMappingWorkflowSummary < Struct.new( :created_at, :updated_at, :workflow_arn, :workflow_name) SENSITIVE = [] include Aws::Structure end |