/AWS1/CL_SGMCREATEPROJECTOUT¶
CreateProjectOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_projectarn TYPE /AWS1/SGMPROJECTARN /AWS1/SGMPROJECTARN¶
The Amazon Resource Name (ARN) of the project.
iv_projectid TYPE /AWS1/SGMPROJECTID /AWS1/SGMPROJECTID¶
The ID of the new project.
Queryable Attributes¶
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 |
ProjectId¶
The ID of the new 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 |