/AWS1/CL_I1PPROJECTDESCRIPTION¶
An object providing detailed information for a particular project associated with an AWS account and region.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_projectname TYPE /AWS1/I1PPROJECTNAME /AWS1/I1PPROJECTNAME¶
The name of the project for which to obtain information from.
iv_createddate TYPE /AWS1/I1PTIME /AWS1/I1PTIME¶
The date when the project was originally created, in UNIX epoch time format.
iv_updateddate TYPE /AWS1/I1PTIME /AWS1/I1PTIME¶
The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then
createdDateandupdatedDateare the same.
Optional arguments:¶
iv_arn TYPE /AWS1/I1PPROJECTARN /AWS1/I1PPROJECTARN¶
The ARN of the project.
iv_description TYPE /AWS1/I1PDESCRIPTION /AWS1/I1PDESCRIPTION¶
The description of the project.
io_placementtemplate TYPE REF TO /AWS1/CL_I1PPLACEMENTTEMPLATE /AWS1/CL_I1PPLACEMENTTEMPLATE¶
An object describing the project's placement specifications.
it_tags TYPE /AWS1/CL_I1PTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags (metadata key/value pairs) associated with the project.
Queryable Attributes¶
arn¶
The ARN of 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 |
projectName¶
The name of the project for which to obtain information from.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTNAME() |
Getter for PROJECTNAME, with configurable default |
ASK_PROJECTNAME() |
Getter for PROJECTNAME w/ exceptions if field has no value |
HAS_PROJECTNAME() |
Determine if PROJECTNAME has a value |
description¶
The description of the project.
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 |
createdDate¶
The date when the project was originally created, in UNIX epoch time format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDDATE() |
Getter for CREATEDDATE, with configurable default |
ASK_CREATEDDATE() |
Getter for CREATEDDATE w/ exceptions if field has no value |
HAS_CREATEDDATE() |
Determine if CREATEDDATE has a value |
updatedDate¶
The date when the project was last updated, in UNIX epoch time format. If the project was not updated, then
createdDateandupdatedDateare the same.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDDATE() |
Getter for UPDATEDDATE, with configurable default |
ASK_UPDATEDDATE() |
Getter for UPDATEDDATE w/ exceptions if field has no value |
HAS_UPDATEDDATE() |
Determine if UPDATEDDATE has a value |
placementTemplate¶
An object describing the project's placement specifications.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLACEMENTTEMPLATE() |
Getter for PLACEMENTTEMPLATE |
tags¶
The tags (metadata key/value pairs) associated with the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |