/AWS1/CL_ERNIDNAMESPACEINPSRC¶
An object containing inputSourceARN and schemaName.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_inputsourcearn TYPE /AWS1/ERNINPUTSOURCEARN /AWS1/ERNINPUTSOURCEARN¶
An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
Optional arguments:¶
iv_schemaname TYPE /AWS1/ERNENTITYNAME /AWS1/ERNENTITYNAME¶
The name of the schema.
Queryable Attributes¶
inputSourceARN¶
An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTSOURCEARN() |
Getter for INPUTSOURCEARN, with configurable default |
ASK_INPUTSOURCEARN() |
Getter for INPUTSOURCEARN w/ exceptions if field has no valu |
HAS_INPUTSOURCEARN() |
Determine if INPUTSOURCEARN has a value |
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IDNAMESPACEINPUTSOURCECFG¶
TYPES TT_IDNAMESPACEINPUTSOURCECFG TYPE STANDARD TABLE OF REF TO /AWS1/CL_ERNIDNAMESPACEINPSRC WITH DEFAULT KEY
.