class Amazonite::Ssm::DocumentReviewCommentSource

Overview

Information about comments added to a document review request.

Included Modules

Defined in:

ssm/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 ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def 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.


[View source]
def 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.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def type : DocumentReviewCommentType | Nil #

The type of information added to a review request. Currently, only the value Comment is supported.


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

The type of information added to a review request. Currently, only the value Comment is supported.


[View source]
def validate! : Nil #

[View source]