/AWS1/CL_I1PPROJECTSUMMARY¶
An object providing summary information for a particular project for an associated AWS account and region.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_projectname TYPE /AWS1/I1PPROJECTNAME /AWS1/I1PPROJECTNAME¶
The name of the project being summarized.
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.
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 being summarized.
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 |
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 |
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PROJECTSUMMARYLIST¶
TYPES TT_PROJECTSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_I1PPROJECTSUMMARY WITH DEFAULT KEY
.