/AWS1/CL_SSMDOCREVIEWERRSPSRC¶
Information about a reviewer's response to a document review request.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_createtime
TYPE /AWS1/SSMDATETIME
/AWS1/SSMDATETIME
¶
The date and time that a reviewer entered a response to a document review request.
iv_updatedtime
TYPE /AWS1/SSMDATETIME
/AWS1/SSMDATETIME
¶
The date and time that a reviewer last updated a response to a document review request.
iv_reviewstatus
TYPE /AWS1/SSMREVIEWSTATUS
/AWS1/SSMREVIEWSTATUS
¶
The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.
Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.
Only one version of a document can be in review, or PENDING, at a time.
it_comment
TYPE /AWS1/CL_SSMDOCREVIEWCOMMENT00=>TT_DOCUMENTREVIEWCOMMENTLIST
TT_DOCUMENTREVIEWCOMMENTLIST
¶
The comment entered by a reviewer as part of their document review response.
iv_reviewer
TYPE /AWS1/SSMREVIEWER
/AWS1/SSMREVIEWER
¶
The user in your organization assigned to review a document request.
Queryable Attributes¶
CreateTime¶
The date and time that a reviewer entered a response to a document review request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
UpdatedTime¶
The date and time that a reviewer last updated a response to a document review request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDTIME() |
Getter for UPDATEDTIME, with configurable default |
ASK_UPDATEDTIME() |
Getter for UPDATEDTIME w/ exceptions if field has no value |
HAS_UPDATEDTIME() |
Determine if UPDATEDTIME has a value |
ReviewStatus¶
The current review status of a new custom SSM document created by a member of your organization, or of the latest version of an existing SSM document.
Only one version of a document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.
Only one version of a document can be in review, or PENDING, at a time.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REVIEWSTATUS() |
Getter for REVIEWSTATUS, with configurable default |
ASK_REVIEWSTATUS() |
Getter for REVIEWSTATUS w/ exceptions if field has no value |
HAS_REVIEWSTATUS() |
Determine if REVIEWSTATUS has a value |
Comment¶
The comment entered by a reviewer as part of their document review response.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMMENT() |
Getter for COMMENT, with configurable default |
ASK_COMMENT() |
Getter for COMMENT w/ exceptions if field has no value |
HAS_COMMENT() |
Determine if COMMENT has a value |
Reviewer¶
The user in your organization assigned to review a document request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REVIEWER() |
Getter for REVIEWER, with configurable default |
ASK_REVIEWER() |
Getter for REVIEWER w/ exceptions if field has no value |
HAS_REVIEWER() |
Determine if REVIEWER 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_DOCREVIEWERRESPONSELIST
¶
TYPES TT_DOCREVIEWERRESPONSELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSMDOCREVIEWERRSPSRC WITH DEFAULT KEY
.