/AWS1/CL_BDDDATAAUTOLIBSUMMARY¶
Summary of a DataAutomationLibrary
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_libraryarn TYPE /AWS1/BDDDATAAUTOLIBRARYARN /AWS1/BDDDATAAUTOLIBRARYARN¶
ARN generated at the server side when a DataAutomationLibrary is created
iv_creationtime TYPE /AWS1/BDDDATETIMESTAMP /AWS1/BDDDATETIMESTAMP¶
Time Stamp
Optional arguments:¶
iv_libraryname TYPE /AWS1/BDDDATAAUTOLIBRARYNAME /AWS1/BDDDATAAUTOLIBRARYNAME¶
Name of the DataAutomationLibrary
Queryable Attributes¶
libraryArn¶
ARN generated at the server side when a DataAutomationLibrary is created
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIBRARYARN() |
Getter for LIBRARYARN, with configurable default |
ASK_LIBRARYARN() |
Getter for LIBRARYARN w/ exceptions if field has no value |
HAS_LIBRARYARN() |
Determine if LIBRARYARN has a value |
libraryName¶
Name of the DataAutomationLibrary
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIBRARYNAME() |
Getter for LIBRARYNAME, with configurable default |
ASK_LIBRARYNAME() |
Getter for LIBRARYNAME w/ exceptions if field has no value |
HAS_LIBRARYNAME() |
Determine if LIBRARYNAME has a value |
creationTime¶
Time Stamp
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME 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_DATAAUTOLIBRARYSUMMARIES¶
TYPES TT_DATAAUTOLIBRARYSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDDDATAAUTOLIBSUMMARY WITH DEFAULT KEY
.