/AWS1/CL_ERNSCHEMAMAPPINGSUMM¶
An object containing schemaName, schemaArn, createdAt, updatedAt, and hasWorkflows.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_schemaname TYPE /AWS1/ERNENTITYNAME /AWS1/ERNENTITYNAME¶
The name of the schema.
iv_schemaarn TYPE /AWS1/ERNSCHEMAMAPPINGARN /AWS1/ERNSCHEMAMAPPINGARN¶
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping.
iv_createdat TYPE /AWS1/ERNTIMESTAMP /AWS1/ERNTIMESTAMP¶
The timestamp of when the
SchemaMappingwas created.
iv_updatedat TYPE /AWS1/ERNTIMESTAMP /AWS1/ERNTIMESTAMP¶
The timestamp of when the
SchemaMappingwas last updated.
iv_hasworkflows TYPE /AWS1/ERNBOOLEAN /AWS1/ERNBOOLEAN¶
Specifies whether the schema mapping has been applied to a workflow.
Queryable Attributes¶
schemaName¶
The name of the schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMANAME() |
Getter for SCHEMANAME, with configurable default |
ASK_SCHEMANAME() |
Getter for SCHEMANAME w/ exceptions if field has no value |
HAS_SCHEMANAME() |
Determine if SCHEMANAME has a value |
schemaArn¶
The ARN (Amazon Resource Name) that Entity Resolution generated for the
SchemaMapping.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAARN() |
Getter for SCHEMAARN, with configurable default |
ASK_SCHEMAARN() |
Getter for SCHEMAARN w/ exceptions if field has no value |
HAS_SCHEMAARN() |
Determine if SCHEMAARN has a value |
createdAt¶
The timestamp of when the
SchemaMappingwas 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
SchemaMappingwas 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 |
hasWorkflows¶
Specifies whether the schema mapping has been applied to a workflow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HASWORKFLOWS() |
Getter for HASWORKFLOWS, with configurable default |
ASK_HASWORKFLOWS() |
Getter for HASWORKFLOWS w/ exceptions if field has no value |
HAS_HASWORKFLOWS() |
Determine if HASWORKFLOWS 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_SCHEMAMAPPINGLIST¶
TYPES TT_SCHEMAMAPPINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ERNSCHEMAMAPPINGSUMM WITH DEFAULT KEY
.