Class: Aws::EntityResolution::Types::IdMappingWorkflowSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The timestamp of when the workflow was created.

Returns:

  • (Time)


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_atTime

The timestamp of when the workflow was last updated.

Returns:

  • (Time)


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_arnString

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

Returns:

  • (String)


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_nameString

The name of the workflow.

Returns:

  • (String)


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