/AWS1/CL_SGMLINEAGEGROUPSUMM¶
Lists a summary of the properties of a lineage group. A lineage group provides a group of shareable lineage entity resources.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_lineagegrouparn TYPE /AWS1/SGMLINEAGEGROUPARN /AWS1/SGMLINEAGEGROUPARN¶
The Amazon Resource Name (ARN) of the lineage group resource.
iv_lineagegroupname TYPE /AWS1/SGMEXPERIMENTENTITYNAME /AWS1/SGMEXPERIMENTENTITYNAME¶
The name or Amazon Resource Name (ARN) of the lineage group.
iv_displayname TYPE /AWS1/SGMEXPERIMENTENTITYNAME /AWS1/SGMEXPERIMENTENTITYNAME¶
The display name of the lineage group summary.
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The creation time of the lineage group summary.
iv_lastmodifiedtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The last modified time of the lineage group summary.
Queryable Attributes¶
LineageGroupArn¶
The Amazon Resource Name (ARN) of the lineage group resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINEAGEGROUPARN() |
Getter for LINEAGEGROUPARN, with configurable default |
ASK_LINEAGEGROUPARN() |
Getter for LINEAGEGROUPARN w/ exceptions if field has no val |
HAS_LINEAGEGROUPARN() |
Determine if LINEAGEGROUPARN has a value |
LineageGroupName¶
The name or Amazon Resource Name (ARN) of the lineage group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINEAGEGROUPNAME() |
Getter for LINEAGEGROUPNAME, with configurable default |
ASK_LINEAGEGROUPNAME() |
Getter for LINEAGEGROUPNAME w/ exceptions if field has no va |
HAS_LINEAGEGROUPNAME() |
Determine if LINEAGEGROUPNAME has a value |
DisplayName¶
The display name of the lineage group summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
CreationTime¶
The creation time of the lineage group summary.
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 |
LastModifiedTime¶
The last modified time of the lineage group summary.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME 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_LINEAGEGROUPSUMMARIES¶
TYPES TT_LINEAGEGROUPSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMLINEAGEGROUPSUMM WITH DEFAULT KEY
.