/AWS1/CL_STRDESCRPROJECTRESULT¶
DescribeProjectResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/STRPROJECTNAME /AWS1/STRPROJECTNAME¶
The display name for the project.
iv_id TYPE /AWS1/STRPROJECTID /AWS1/STRPROJECTID¶
The ID of the project.
iv_arn TYPE /AWS1/STRPROJECTARN /AWS1/STRPROJECTARN¶
The Amazon Resource Name (ARN) for the project.
iv_description TYPE /AWS1/STRPROJECTDESCRIPTION /AWS1/STRPROJECTDESCRIPTION¶
The description of the project, if any.
iv_clientrequesttoken TYPE /AWS1/STRCLIENTREQUESTTOKEN /AWS1/STRCLIENTREQUESTTOKEN¶
A user- or system-generated token that identifies the entity that requested project creation.
iv_createdtimestamp TYPE /AWS1/STRCREATEDTIMESTAMP /AWS1/STRCREATEDTIMESTAMP¶
The date and time the project was created, in timestamp format.
iv_stackid TYPE /AWS1/STRSTACKID /AWS1/STRSTACKID¶
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
iv_projecttemplateid TYPE /AWS1/STRPROJECTTEMPLATEID /AWS1/STRPROJECTTEMPLATEID¶
The ID for the AWS CodeStar project template used to create the project.
io_status TYPE REF TO /AWS1/CL_STRPROJECTSTATUS /AWS1/CL_STRPROJECTSTATUS¶
The project creation or deletion status.
Queryable Attributes¶
name¶
The display name for the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
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) for the 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 |
description¶
The description of the project, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION 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 |
createdTimeStamp¶
The date and time the project was created, in timestamp format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
stackId¶
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STACKID() |
Getter for STACKID, with configurable default |
ASK_STACKID() |
Getter for STACKID w/ exceptions if field has no value |
HAS_STACKID() |
Determine if STACKID has a value |
projectTemplateId¶
The ID for the AWS CodeStar project template used to create the project.
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 |
status¶
The project creation or deletion status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |