Skip to content

/AWS1/CL_ERNIDMAPWORKFLOWSUMM

A list of IdMappingWorkflowSummary objects, each of which contain the fields WorkflowName, WorkflowArn, CreatedAt, and UpdatedAt.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_workflowname TYPE /AWS1/ERNENTITYNAME /AWS1/ERNENTITYNAME

The name of the workflow.

iv_workflowarn TYPE /AWS1/ERNIDMAPPINGWORKFLOWARN /AWS1/ERNIDMAPPINGWORKFLOWARN

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

iv_createdat TYPE /AWS1/ERNTIMESTAMP /AWS1/ERNTIMESTAMP

The timestamp of when the workflow was created.

iv_updatedat TYPE /AWS1/ERNTIMESTAMP /AWS1/ERNTIMESTAMP

The timestamp of when the workflow was last updated.


Queryable Attributes

workflowName

The name of the workflow.

Accessible with the following methods

Method Description
GET_WORKFLOWNAME() Getter for WORKFLOWNAME, with configurable default
ASK_WORKFLOWNAME() Getter for WORKFLOWNAME w/ exceptions if field has no value
HAS_WORKFLOWNAME() Determine if WORKFLOWNAME has a value

workflowArn

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

Accessible with the following methods

Method Description
GET_WORKFLOWARN() Getter for WORKFLOWARN, with configurable default
ASK_WORKFLOWARN() Getter for WORKFLOWARN w/ exceptions if field has no value
HAS_WORKFLOWARN() Determine if WORKFLOWARN has a value

createdAt

The timestamp of when the workflow was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The timestamp of when the workflow was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_IDMAPPINGWORKFLOWLIST

TYPES TT_IDMAPPINGWORKFLOWLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ERNIDMAPWORKFLOWSUMM WITH DEFAULT KEY
.