class
Amazonite::Ssm::DocumentReviewCommentSource
- Amazonite::Ssm::DocumentReviewCommentSource
- Reference
- Object
Overview
Information about comments added to a document review request.
Included Modules
- JSON::Serializable
Defined in:
ssm/document_review_comment_source.crConstructors
- .new(pull : JSON::PullParser)
- .new(type : DocumentReviewCommentType | Nil = nil, content : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#content : String | Nil
The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.
-
#content=(content : String | Nil)
The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.
-
#hash(hasher)
See
Object#hash(hasher) -
#type : DocumentReviewCommentType | Nil
The type of information added to a review request.
-
#type=(type : DocumentReviewCommentType | Nil)
The type of information added to a review request.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.
The content of a comment entered by a user who requests a review of a new document version, or who reviews the new version.
The type of information added to a review request. Currently, only the value Comment is
supported.
The type of information added to a review request. Currently, only the value Comment is
supported.