class
Amazonite::Ssm::DocumentReviewerResponseSource
- Amazonite::Ssm::DocumentReviewerResponseSource
- Reference
- Object
Overview
Information about a reviewer's response to a document review request.
Included Modules
- JSON::Serializable
Defined in:
ssm/document_reviewer_response_source.crConstructors
- .new(pull : JSON::PullParser)
- .new(create_time : Time | Nil = nil, updated_time : Time | Nil = nil, review_status : ReviewStatus | Nil = nil, comment : Array(DocumentReviewCommentSource) | Nil = nil, reviewer : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#comment : Array(DocumentReviewCommentSource) | Nil
The comment entered by a reviewer as part of their document review response.
-
#comment=(comment : Array(DocumentReviewCommentSource) | Nil)
The comment entered by a reviewer as part of their document review response.
-
#create_time : Time | Nil
The date and time that a reviewer entered a response to a document review request.
-
#create_time=(create_time : Time | Nil)
The date and time that a reviewer entered a response to a document review request.
-
#hash(hasher)
See
Object#hash(hasher) -
#review_status : ReviewStatus | Nil
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.
-
#review_status=(review_status : ReviewStatus | Nil)
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.
-
#reviewer : String | Nil
The user in your organization assigned to review a document request.
-
#reviewer=(reviewer : String | Nil)
The user in your organization assigned to review a document request.
-
#updated_time : Time | Nil
The date and time that a reviewer last updated a response to a document review request.
-
#updated_time=(updated_time : Time | Nil)
The date and time that a reviewer last updated a response to a document review request.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The comment entered by a reviewer as part of their document review response.
The comment entered by a reviewer as part of their document review response.
The date and time that a reviewer entered a response to a document review request.
The date and time that a reviewer entered a response to a document review request.
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.
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.
The user in your organization assigned to review a document request.
The date and time that a reviewer last updated a response to a document review request.
The date and time that a reviewer last updated a response to a document review request.