/AWS1/CL_STRCREATEPROJECTRSLT¶
CreateProjectResult
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/STRPROJECTID /AWS1/STRPROJECTID¶
The ID of the project.
iv_arn TYPE /AWS1/STRPROJECTARN /AWS1/STRPROJECTARN¶
The Amazon Resource Name (ARN) of the created project.
Optional arguments:¶
iv_clientrequesttoken TYPE /AWS1/STRCLIENTREQUESTTOKEN /AWS1/STRCLIENTREQUESTTOKEN¶
A user- or system-generated token that identifies the entity that requested project creation.
iv_projecttemplateid TYPE /AWS1/STRPROJECTTEMPLATEID /AWS1/STRPROJECTTEMPLATEID¶
Reserved for future use.
Queryable Attributes¶
id¶
The ID of the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
The Amazon Resource Name (ARN) of the created project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
clientRequestToken¶
A user- or system-generated token that identifies the entity that requested project creation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTREQUESTTOKEN() |
Getter for CLIENTREQUESTTOKEN, with configurable default |
ASK_CLIENTREQUESTTOKEN() |
Getter for CLIENTREQUESTTOKEN w/ exceptions if field has no |
HAS_CLIENTREQUESTTOKEN() |
Determine if CLIENTREQUESTTOKEN has a value |
projectTemplateId¶
Reserved for future use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTTEMPLATEID() |
Getter for PROJECTTEMPLATEID, with configurable default |
ASK_PROJECTTEMPLATEID() |
Getter for PROJECTTEMPLATEID w/ exceptions if field has no v |
HAS_PROJECTTEMPLATEID() |
Determine if PROJECTTEMPLATEID has a value |