/AWS1/CL_STRPROJECTSUMMARY¶
Information about the metadata for a project.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_projectid TYPE /AWS1/STRPROJECTID /AWS1/STRPROJECTID¶
The ID of the project.
iv_projectarn TYPE /AWS1/STRPROJECTARN /AWS1/STRPROJECTARN¶
The Amazon Resource Name (ARN) of the project.
Queryable Attributes¶
projectId¶
The ID of the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTID() |
Getter for PROJECTID, with configurable default |
ASK_PROJECTID() |
Getter for PROJECTID w/ exceptions if field has no value |
HAS_PROJECTID() |
Determine if PROJECTID has a value |
projectArn¶
The Amazon Resource Name (ARN) of the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTARN() |
Getter for PROJECTARN, with configurable default |
ASK_PROJECTARN() |
Getter for PROJECTARN w/ exceptions if field has no value |
HAS_PROJECTARN() |
Determine if PROJECTARN 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_PROJECTSLIST¶
TYPES TT_PROJECTSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_STRPROJECTSUMMARY WITH DEFAULT KEY
.