/AWS1/CL_DZNPROJECTSUMMARY¶
The details of a Amazon DataZone project.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID¶
The identifier of a Amazon DataZone domain where the project exists.
iv_id TYPE /AWS1/DZNPROJECTID /AWS1/DZNPROJECTID¶
The identifier of a project.
iv_name TYPE /AWS1/DZNPROJECTNAME /AWS1/DZNPROJECTNAME¶
The name of a project.
iv_createdby TYPE /AWS1/DZNCREATEDBY /AWS1/DZNCREATEDBY¶
The Amazon DataZone user who created the project.
Optional arguments:¶
iv_description TYPE /AWS1/DZNDESCRIPTION /AWS1/DZNDESCRIPTION¶
The description of a project.
iv_projectstatus TYPE /AWS1/DZNPROJECTSTATUS /AWS1/DZNPROJECTSTATUS¶
The status of the project.
it_failurereasons TYPE /AWS1/CL_DZNPROJECTDELETIONERR=>TT_FAILUREREASONS TT_FAILUREREASONS¶
Specifies the error message that is returned if the operation cannot be successfully completed.
iv_createdat TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP¶
The timestamp of when a project was created.
iv_updatedat TYPE /AWS1/DZNTIMESTAMP /AWS1/DZNTIMESTAMP¶
The timestamp of when the project was updated.
iv_domainunitid TYPE /AWS1/DZNDOMAINUNITID /AWS1/DZNDOMAINUNITID¶
The ID of the domain unit.
Queryable Attributes¶
domainId¶
The identifier of a Amazon DataZone domain where the project exists.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
id¶
The identifier of a 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 |
name¶
The name of a 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 |
description¶
The description of a 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 |
projectStatus¶
The status of the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTSTATUS() |
Getter for PROJECTSTATUS, with configurable default |
ASK_PROJECTSTATUS() |
Getter for PROJECTSTATUS w/ exceptions if field has no value |
HAS_PROJECTSTATUS() |
Determine if PROJECTSTATUS has a value |
failureReasons¶
Specifies the error message that is returned if the operation cannot be successfully completed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASONS() |
Getter for FAILUREREASONS, with configurable default |
ASK_FAILUREREASONS() |
Getter for FAILUREREASONS w/ exceptions if field has no valu |
HAS_FAILUREREASONS() |
Determine if FAILUREREASONS has a value |
createdBy¶
The Amazon DataZone user who created the project.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
createdAt¶
The timestamp of when a project was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The timestamp of when the project was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
domainUnitId¶
The ID of the domain unit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINUNITID() |
Getter for DOMAINUNITID, with configurable default |
ASK_DOMAINUNITID() |
Getter for DOMAINUNITID w/ exceptions if field has no value |
HAS_DOMAINUNITID() |
Determine if DOMAINUNITID 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_PROJECTSUMMARIES¶
TYPES TT_PROJECTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNPROJECTSUMMARY WITH DEFAULT KEY
.