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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/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)


1503
1504
1505
1506
1507
1508
1509
1510
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1503

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)


1503
1504
1505
1506
1507
1508
1509
1510
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1503

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)


1503
1504
1505
1506
1507
1508
1509
1510
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1503

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)


1503
1504
1505
1506
1507
1508
1509
1510
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1503

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