/AWS1/CL_LOELABELGROUPSUMMARY¶
Contains information about the label group.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_labelgroupname
TYPE /AWS1/LOELABELGROUPNAME
/AWS1/LOELABELGROUPNAME
¶
The name of the label group.
iv_labelgrouparn
TYPE /AWS1/LOELABELGROUPARN
/AWS1/LOELABELGROUPARN
¶
The Amazon Resource Name (ARN) of the label group.
iv_createdat
TYPE /AWS1/LOETIMESTAMP
/AWS1/LOETIMESTAMP
¶
The time at which the label group was created.
iv_updatedat
TYPE /AWS1/LOETIMESTAMP
/AWS1/LOETIMESTAMP
¶
The time at which the label group was updated.
Queryable Attributes¶
LabelGroupName¶
The name of the label group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LABELGROUPNAME() |
Getter for LABELGROUPNAME, with configurable default |
ASK_LABELGROUPNAME() |
Getter for LABELGROUPNAME w/ exceptions if field has no valu |
HAS_LABELGROUPNAME() |
Determine if LABELGROUPNAME has a value |
LabelGroupArn¶
The Amazon Resource Name (ARN) of the label group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LABELGROUPARN() |
Getter for LABELGROUPARN, with configurable default |
ASK_LABELGROUPARN() |
Getter for LABELGROUPARN w/ exceptions if field has no value |
HAS_LABELGROUPARN() |
Determine if LABELGROUPARN has a value |
CreatedAt¶
The time at which the label group 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 time at which the label group was 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_LABELGROUPSUMMARIES
¶
TYPES TT_LABELGROUPSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOELABELGROUPSUMMARY WITH DEFAULT KEY
.