class Amazonite::SsmV1::DocumentReviewCommentSource
- Amazonite::SsmV1::DocumentReviewCommentSource
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/document_review_comment_source.crConstructors
- .new(pull : JSON::PullParser)
- .new(type : DocumentReviewCommentType | Nil = nil, content : String | Nil = nil)
Instance Method Summary
- #content : String | Nil
- #content=(content : String | Nil)
- #type : DocumentReviewCommentType | Nil
- #type=(type : DocumentReviewCommentType | Nil)