class Amazonite::SsmV1::DocumentReviewCommentSource

Included Modules

Defined in:

ssm_v1/document_review_comment_source.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(type : DocumentReviewCommentType | Nil = nil, content : String | Nil = nil) #

[View source]

Instance Method Detail

def content : String | Nil #

[View source]
def content=(content : String | Nil) #

[View source]
def type : DocumentReviewCommentType | Nil #

[View source]
def type=(type : DocumentReviewCommentType | Nil) #

[View source]