class
Amazonite::Ssm::DocumentReviews
- Amazonite::Ssm::DocumentReviews
- Reference
- Object
Overview
Information about a document approval review.
Included Modules
- JSON::Serializable
Defined in:
ssm/document_reviews.crConstructors
- .new(pull : JSON::PullParser)
- .new(action : DocumentReviewAction, comment : Array(DocumentReviewCommentSource) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#action : DocumentReviewAction
The action to take on a document approval review request.
-
#action=(action : DocumentReviewAction)
The action to take on a document approval review request.
-
#comment : Array(DocumentReviewCommentSource) | Nil
A comment entered by a user in your organization about the document review request.
-
#comment=(comment : Array(DocumentReviewCommentSource) | Nil)
A comment entered by a user in your organization about the document review request.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
def self.new(action : DocumentReviewAction, comment : Array(DocumentReviewCommentSource) | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def action=(action : DocumentReviewAction)
#
The action to take on a document approval review request.
def comment : Array(DocumentReviewCommentSource) | Nil
#
A comment entered by a user in your organization about the document review request.
def comment=(comment : Array(DocumentReviewCommentSource) | Nil)
#
A comment entered by a user in your organization about the document review request.